Skip to content

Commit

Permalink
ci-windows.yml: mingw-w64-x86_64-llvm is required for llvm-ar
Browse files Browse the repository at this point in the history
  • Loading branch information
startaq committed Jan 14, 2024
1 parent b5fc0d0 commit 3163917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3163917

Please sign in to comment.