Skip to content

Commit

Permalink
local install
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla authored Feb 26, 2024
1 parent 0333762 commit b1240c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
ls -la
echo "CLONED REPO"
cd SPERR
cmake -S . -B build -DBUILD_CLI_UTILITIES=OFF -DBUILD_UNIT_TESTS=OFF -DCMAKE_VERBOSE_MAKEFILE=ON
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=${PWD}/install -DBUILD_CLI_UTILITIES=OFF -DBUILD_UNIT_TESTS=OFF -DCMAKE_VERBOSE_MAKEFILE=ON
cmake --build build
cmake --install build

0 comments on commit b1240c9

Please sign in to comment.