Skip to content

Commit

Permalink
Remove stray quote
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 9, 2024
1 parent dfbb35c commit 54733d4
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 ..'
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 54733d4

Please sign in to comment.