Skip to content

Commit d9df089

Browse files
authored
Merge pull request #39 from 0xA001113/main
Laziness workaround for rust-lang/cc-rs#1167
2 parents 89f15b6 + 744f62e commit d9df089

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,15 @@ jobs:
229229
shell: msys2 {0}
230230
run: |
231231
export PATH="${PATH}:/c/Users/runneradmin/.cargo/bin" # manually override path to select proper msys2 build tools.
232+
pacman -U --noconfirm \
233+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-clang-18.1.8-2-any.pkg.tar.zst \
234+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-clang-libs-18.1.8-2-any.pkg.tar.zst \
235+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-compiler-rt-18.1.8-2-any.pkg.tar.zst \
236+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-libc++-18.1.8-2-any.pkg.tar.zst \
237+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-libunwind-18.1.8-2-any.pkg.tar.zst \
238+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-lld-18.1.8-2-any.pkg.tar.zst \
239+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-llvm-18.1.8-2-any.pkg.tar.zst \
240+
https://repo.msys2.org/mingw/clang64/mingw-w64-clang-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst
232241
rustup target add x86_64-pc-windows-gnullvm
233242
cargo build --target x86_64-pc-windows-gnullvm --bin spectred --release
234243
cargo build --target x86_64-pc-windows-gnullvm --bin simpa --release

0 commit comments

Comments
 (0)