Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFella committed Sep 15, 2024
1 parent 66cd3a1 commit f206e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
rustup override add nightly
rustup --version
cd ..
cmake -S vodozemac-cpp -B vodozemac-cpp/build $CMAKE_ARGS -DCI_BUILD=true
cmake -S vodozemac-cpp -B vodozemac-cpp/build $CMAKE_ARGS -DCI_BUILD=true -DCMAKE_PREFIX_PATH=~/.local -DCMAKE_INSTALL_PREFIX=~/.local -DBUILD_SHARED_LIBS=true
cmake --build vodozemac-cpp/build --target install
- name: Get CS API definitions; clone and build GTAD
Expand Down

0 comments on commit f206e0a

Please sign in to comment.