Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mag1str02 committed Nov 20, 2024
1 parent 16bfb23 commit d1afb41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: |
ls .
- name: Test install clang
shell: msys2 {0}
run: |
pacman -S mingw-w64-clang-x86_64-clang
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
mingw-w64-clang-x86_64-clang

0 comments on commit d1afb41

Please sign in to comment.