From 15717857694629f571408a62f5550b62583c8ad0 Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Fri, 19 Jan 2024 17:41:38 -0500 Subject: [PATCH] Fix typo in win ci --- .github/workflows/win-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-ci.yml b/.github/workflows/win-ci.yml index e6ce1282..6bc0910b 100644 --- a/.github/workflows/win-ci.yml +++ b/.github/workflows/win-ci.yml @@ -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