Skip to content

Commit

Permalink
New ninja install and try non-parallel build
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 12, 2024
1 parent da955eb commit 5a23a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
os: windows-latest,
cc: "clang-cl", cxx: "clang-cl",
build_type: "Release",
cmake_flags: "",
build_flags: "-j 2",
cmake_flags: "-G Ninja",
build_flags: "-j 1",
cpack_flags: "-G NSIS",
}
- {
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fi
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
run: choco install ninja
uses: seanmiddleditch/gha-setup-ninja@master

- name: Install Fortran (Windows)
uses: fortran-lang/setup-fortran@v1
Expand Down

0 comments on commit 5a23a02

Please sign in to comment.