We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97076ab commit 7073e72Copy full SHA for 7073e72
.github/workflows/remoteBuild.yml
@@ -61,8 +61,9 @@ jobs:
61
- name: Install LLVM and dependencies (Windows)
62
if: ${{ matrix.os == 'windows-latest' }}
63
run: |
64
+ curl --output mingw-w64-x86_64-llvm-19.1.7-1-any.pkg.tar.zst "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-19.1.7-1-any.pkg.tar.zst"
65
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --noconfirm
- C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-llvm --noconfirm
66
+ C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-19.1.7-1-any.pkg.tar.zst --noconfirm
67
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zlib --noconfirm
68
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd --noconfirm
69
- name: Install LLVM and dependencies (macOS)
0 commit comments