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 8bf8a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +81,7 @@ 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 ..
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 ..
ninja
- name: "Clean up runner"
Expand Down

0 comments on commit 8bf8a97

Please sign in to comment.