File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 61
61
- name : Install LLVM and dependencies (Windows)
62
62
if : ${{ matrix.os == 'windows-latest' }}
63
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"
64
+ 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
+ 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"
65
66
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --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 -U mingw-w64-x86_64-llvm-18.1.8-2-any.pkg.tar.zst --noconfirm
68
+ C:\msys64\usr\bin\pacman -U mingw-w64-x86_64-llvm-libs-18.1.8-2-any.pkg.tar.zst --noconfirm
67
69
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zlib --noconfirm
68
70
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-zstd --noconfirm
69
71
- name : Install LLVM and dependencies (macOS)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ MSYS2 Setup:
28
28
- ` pacman -S mingw-w64-x86_64-llvm --noconfirm `
29
29
- ` git clone https://github.com/IsaacShelton/Adept3x `
30
30
- ` cd Adept3x `
31
- - ` LLVM_SYS_181_PREFIX =/mingw64 ~/.cargo/bin/cargo +nightly build --release`
31
+ - ` LLVM_SYS_191_PREFIX =/mingw64 ~/.cargo/bin/cargo +nightly build --release`
32
32
33
33
The output will be in ` ./target/release ` .
34
34
You can’t perform that action at this time.
0 commit comments