Skip to content

Commit 1cf95a8

Browse files
[CI] Fix install llvm in mingw-w64.yml (crystal-lang#15476)
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
1 parent 7e01644 commit 1cf95a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/mingw-w64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
git
2626
make
2727
mingw-w64-ucrt-x86_64-pkgconf
28+
mingw-w64-ucrt-x86_64-llvm
2829
mingw-w64-ucrt-x86_64-crystal
2930
3031
- name: Disable CRLF line ending substitution
@@ -81,6 +82,7 @@ jobs:
8182
git
8283
make
8384
mingw-w64-ucrt-x86_64-pkgconf
85+
mingw-w64-ucrt-x86_64-llvm
8486
mingw-w64-ucrt-x86_64-crystal
8587
8688
- name: Disable CRLF line ending substitution
@@ -109,6 +111,7 @@ jobs:
109111
git
110112
make
111113
mingw-w64-ucrt-x86_64-pkgconf
114+
mingw-w64-ucrt-x86_64-llvm
112115
mingw-w64-ucrt-x86_64-crystal
113116
114117
- name: Disable CRLF line ending substitution

0 commit comments

Comments
 (0)