We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc0d0 commit 3163917Copy full SHA for 3163917
.github/workflows/ci-windows.yml
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
- uses: msys2/setup-msys2@v2
47
with:
48
- install: git make mingw-w64-x86_64-${{ matrix.compiler }} mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-libc++
+ install: git make mingw-w64-x86_64-${{ matrix.compiler }} mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-llvm mingw-w64-x86_64-libc++
49
- uses: actions/checkout@master
50
- name: Build
51
env:
0 commit comments