Skip to content

Commit 58ddea1

Browse files
committed
Add explicit pacman install for MinGW clang/llvm
1 parent 2f3d19d commit 58ddea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
if: runner.os == 'macOS'
4747
run: brew install llvm
4848

49+
- name: Install LLVM and Clang (Windows MinGW)
50+
if: runner.os == 'Windows' && matrix.ruby != 'mswin'
51+
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-clang mingw-w64-ucrt-x86_64-llvm
52+
4953
- name: Run tests
5054
timeout-minutes: 10
5155
run: bundle exec rake test

0 commit comments

Comments
 (0)