We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b99b2e commit 09b8ef2Copy full SHA for 09b8ef2
.github/workflows/ci.yml
@@ -270,9 +270,9 @@ jobs:
270
271
set -e
272
for BACKEND in stacktrace stacktrace_noop stacktrace_basic stacktrace_backtrace; do
273
- rm -rf *
+ rm -rf * ~/.local
274
cmake -DCMAKE_INSTALL_PREFIX=~/.local -DBOOST_STACKTRACE_IMPL_BACKEND=${BACKEND} ..
275
- cmake --build .
+ cmake --build . --target install
276
export LD_LIBRARY_PATH=$HOME/.local/lib:$LD_LIBRARY_PATH
277
ctest --output-on-failure --no-tests=error -V
278
done
0 commit comments