Skip to content

Commit

Permalink
Downgrade msys clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed Nov 8, 2023
1 parent 4d526f0 commit 81542d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@ jobs:
msystem: mingw64
release: false
install: mingw-w64-x86_64-clang mingw-w64-x86_64-llvm mingw-w64-x86_64-lld
- name: Downgrade MSYS2 package
shell: msys2 {0}
run: |
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-16.0.0-1-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-clang-16.0.0-1-any.pkg.tar.zst
curl -kLO --no-progress-meter https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-lld-16.0.0-1-any.pkg.tar.zst
pacman -U --noconfirm *.pkg.tar.zst
rm -rf *.pkg.tar.zst
- name: Build setup
shell: cmd
run: |
Expand Down

0 comments on commit 81542d7

Please sign in to comment.