Skip to content

Commit

Permalink
try to specify path
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent c56d3e8 commit c1e690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir build
cd build
cmake -G "NMake Makefiles" CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On ..
cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX="C:\Program Files (x86)" -D CMAKE_PREFIX_PATH="C:\Program Files (x86)" -D CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On ..
nmake
Expand Down

0 comments on commit c1e690e

Please sign in to comment.