File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,12 @@ jobs:
61
61
- name : Install LLVM and dependencies (Windows)
62
62
if : ${{ matrix.os == 'windows-latest' }}
63
63
run : |
64
+ ls C:\msys64\mingw64
64
65
curl --output mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst"
65
66
curl --output mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst"
66
67
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --noconfirm
67
- C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst --noconfirm
68
68
C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst --noconfirm
69
+ C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst --noconfirm
69
70
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zlib --noconfirm
70
71
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd --noconfirm
71
72
- name : Install LLVM and dependencies (macOS)
You can’t perform that action at this time.
0 commit comments