Skip to content

Commit

Permalink
Another attempt at msys stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jul 15, 2024
1 parent dde7427 commit c47b7b4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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: clangarm64
runner: windows-latest
exclude:
- os: macos
Expand All @@ -54,11 +54,9 @@ jobs:
if: ${{ matrix.compiler_package }}
run: sudo apt install -y ${{ matrix.compiler_package }}
- name: Setup MSYS2
if: ${{ matrix.msys }}
shell: msys2bash.cmd
if: ${{ matrix.msys == "clangarm64" }}
shell: C:\msys64\clangarm64.exe
run: |
C:\msys64\clangarm64.exe
pacman -Suy
pacman -S mingw-w64-clang-aarch64-clang
- name: Configure CMake
if: ${{ !matrix.msys }}
Expand Down

0 comments on commit c47b7b4

Please sign in to comment.