Skip to content

Commit

Permalink
Fix typo in win ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Jan 19, 2024
1 parent 72519a9 commit 1571785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
}
mkdir build
$env:VERBOSE = 1
make -Wdev -G "Unix Makefiles" -S . -B build -DCMAKE_INSTALL_PREFIX="$HOME\apps\OpenCoarrays" -DCMAKE_BUILD_TYPE:STRING="Debug"
cmake -Wdev -G "Unix Makefiles" -S . -B build -DCMAKE_INSTALL_PREFIX="$HOME\apps\OpenCoarrays" -DCMAKE_BUILD_TYPE:STRING="Debug"
ThrowOnNativeFailure
cmake --build build -j
ThrowOnNativeFailure
Expand Down

0 comments on commit 1571785

Please sign in to comment.