We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3d19d commit 58ddea1Copy full SHA for 58ddea1
.github/workflows/test.yml
@@ -46,6 +46,10 @@ jobs:
46
if: runner.os == 'macOS'
47
run: brew install llvm
48
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
+
53
- name: Run tests
54
timeout-minutes: 10
55
run: bundle exec rake test
0 commit comments