Skip to content

Commit 7073e72

Browse files
committed
Fixed CI/CI to keep using LLVM 19 on Windows
1 parent 97076ab commit 7073e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/remoteBuild.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
- name: Install LLVM and dependencies (Windows)
6262
if: ${{ matrix.os == 'windows-latest' }}
6363
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"
6465
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --noconfirm
65-
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
6667
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zlib --noconfirm
6768
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd --noconfirm
6869
- name: Install LLVM and dependencies (macOS)

0 commit comments

Comments
 (0)