Skip to content

Commit 3163917

Browse files
authored
ci-windows.yml: mingw-w64-x86_64-llvm is required for llvm-ar
1 parent b5fc0d0 commit 3163917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: msys2/setup-msys2@v2
4747
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++
48+
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++
4949
- uses: actions/checkout@master
5050
- name: Build
5151
env:

0 commit comments

Comments
 (0)