ci-windows.yml: mingw-w64-x86_64-llvm is required for llvm-ar

This commit is contained in:
Dirk Best 2024-01-14 11:40:42 +01:00 committed by GitHub
parent b5fc0d0d46
commit 31639173da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
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++
- uses: actions/checkout@master
- name: Build
env: