Skip to content

Commit

Permalink
[CI] Fix install llvm in mingw-w64.yml
Browse files Browse the repository at this point in the history
The second package iteration of `crystal` package removes `llvm` and only depends on `lib-llvm`, so we need to install it explicitly.

msys2/MINGW-packages#23360
  • Loading branch information
straight-shoota authored Feb 14, 2025
1 parent c9518bb commit 63624b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mingw-w64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
git
make
mingw-w64-ucrt-x86_64-pkgconf
mingw-w64-ucrt-x86_64-llvm
mingw-w64-ucrt-x86_64-crystal
- name: Disable CRLF line ending substitution
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
git
make
mingw-w64-ucrt-x86_64-pkgconf
mingw-w64-ucrt-x86_64-llvm
mingw-w64-ucrt-x86_64-crystal
- name: Disable CRLF line ending substitution
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
git
make
mingw-w64-ucrt-x86_64-pkgconf
mingw-w64-ucrt-x86_64-llvm
mingw-w64-ucrt-x86_64-crystal
- name: Disable CRLF line ending substitution
Expand Down

0 comments on commit 63624b7

Please sign in to comment.