Skip to content

Commit

Permalink
try different prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 5585f57 commit 48f5fc4
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" -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -D CMAKE_PREFIX_PATH=%LIBRARY_PREFIX% -D CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On ..
cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX="%PROGRAMFILES%\zlib" -D CMAKE_PREFIX_PATH="%PROGRAMFILES%\zlib" -D CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On ..
nmake
Expand Down

0 comments on commit 48f5fc4

Please sign in to comment.