From ede806d0ef3e5872bc66b95f529c2a222be52a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Bre=C3=9Fler?= Date: Thu, 20 Jun 2024 16:20:17 +0200 Subject: [PATCH] Update GHA.Windows: test building with CLANGARM64 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1f79fa..4042293 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -43,7 +43,7 @@ jobs: with: path: config.log - - name: Building + - name: Building non-MSYS2 if: ${{ ! startsWith(matrix.os, 'windows') }} run: sh build.sh