Skip to content

Commit 09b8ef2

Browse files
committed
Fix installation
1 parent 5b99b2e commit 09b8ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ jobs:
270270
271271
set -e
272272
for BACKEND in stacktrace stacktrace_noop stacktrace_basic stacktrace_backtrace; do
273-
rm -rf *
273+
rm -rf * ~/.local
274274
cmake -DCMAKE_INSTALL_PREFIX=~/.local -DBOOST_STACKTRACE_IMPL_BACKEND=${BACKEND} ..
275-
cmake --build .
275+
cmake --build . --target install
276276
export LD_LIBRARY_PATH=$HOME/.local/lib:$LD_LIBRARY_PATH
277277
ctest --output-on-failure --no-tests=error -V
278278
done

0 commit comments

Comments
 (0)