Skip to content

Commit

Permalink
Update GHA.Windows: install clang compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 14, 2024
1 parent 12d3beb commit dc51d9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
# https://github.com/msys2/setup-msys2?tab=readme-ov-file#build-matrix
with:
msystem: CLANG64
pacboy: make diffutils patch # gcc:p
pacboy: make diffutils patch clang:p # gcc:p

- name: Building in Windows
if: ${{ startsWith(matrix.os, 'windows') }}
shell: msys2 {0}
run: |
pacman -Ss clang
sh build.sh
- name: Upload log
Expand Down

0 comments on commit dc51d9e

Please sign in to comment.