Skip to content

Commit

Permalink
msys makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 9, 2024
1 parent 54733d4 commit cefbbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
pushd libcalc
mkdir build
pushd build
D:\a\_temp\setup-msys2\msys2.CMD -c 'cmake -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..'
D:\a\_temp\setup-msys2\msys2.CMD -c 'cmake -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -G ''MSYS Makefiles'' ..'
D:\a\_temp\setup-msys2\msys2.CMD -c "cmake --build ."
D:\a\_temp\setup-msys2\msys2.CMD -c "cmake --install ."
popd
Expand Down

0 comments on commit cefbbe9

Please sign in to comment.