Skip to content

Commit

Permalink
Update GHA.Windows: test building with CLANGARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 20, 2024
1 parent bcbb5ab commit ede806d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: msys2/setup-msys2@v2
# https://github.com/msys2/setup-msys2?tab=readme-ov-file#build-matrix
with:
msystem: CLANG64
msystem: CLANGARM64
pacboy: make diffutils patch clang:p # gcc:p

- name: Building in Windows
Expand All @@ -43,7 +43,7 @@ jobs:
with:
path: config.log

- name: Building
- name: Building non-MSYS2
if: ${{ ! startsWith(matrix.os, 'windows') }}
run: sh build.sh

Expand Down

0 comments on commit ede806d

Please sign in to comment.