Skip to content

Commit

Permalink
try removing install prefix from windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 18, 2024
1 parent 49b59ab commit a17b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
export DNLOHMANN_PATH="C:\msys64\mingw64\include\nlohmann"
export DBOOST_PATH="C:\msys64\mingw64\include\boost"
export DTARGET="include/bitwarden_c.dll"
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/languages/cpp/ -DBUILD_TESTING=OFF
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET -DBUILD_TESTING=OFF
cmake --build .
shell: bash

Expand Down

0 comments on commit a17b329

Please sign in to comment.