Skip to content

Commit

Permalink
Try new msys approach
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jul 16, 2024
1 parent 3fa857f commit 88b144e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
compiler_package: g++-mingw-w64-i686
- os: windows
arch: aarch64
msys: clangarm64
msys: aarch64
runner: windows-latest
exclude:
- os: macos
Expand All @@ -57,9 +57,9 @@ jobs:
if: ${{ matrix.msys }}
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msys }}
update: true
install: >-
mingw-w64-clang-${{ matrix.msys }}-clang
git
make
pacboy: >-
Expand Down

0 comments on commit 88b144e

Please sign in to comment.