Skip to content

Commit

Permalink
use MSYS
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Nov 7, 2024
1 parent c0a3dbf commit 070acb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
include: [
{ msystem: MINGW64, runner: windows-2022 },
# { msystem: MINGW64, runner: windows-2022 },
{ msystem: CLANG64, runner: windows-2022 },
]
name: ${{ matrix.msystem }}
Expand Down Expand Up @@ -81,8 +81,8 @@ jobs:
unset VCPKG_ROOT
mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DGINKGO_BUILD_HWLOC=OFF -DGINKGO_BUILD_EXAMPLES=OFF -DGINKGO_BUILD_TESTS=OFF -DGINKGO_BUILD_BENCHMARKS=OFF ..
ninja
cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DGINKGO_BUILD_HWLOC=OFF -DGINKGO_BUILD_EXAMPLES=OFF -DGINKGO_BUILD_TESTS=OFF -DGINKGO_BUILD_BENCHMARKS=OFF ..
cmake --build .
- name: "Clean up runner"
if: ${{ always() }}
Expand Down

0 comments on commit 070acb9

Please sign in to comment.