File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
components : clippy
60
60
- name : Install LLVM and dependencies (Windows)
61
61
if : ${{ matrix.os == 'windows-latest' }}
62
- shell : bash
63
62
run : |
64
63
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-gcc --noconfirm
65
64
C:\msys64\usr\bin\pacman -S mingw-w64-x86_64-llvm --noconfirm
74
73
if : ${{ matrix.os == 'ubuntu-latest' }}
75
74
run : |
76
75
sudo apt-get update
77
- sudo apt-get remove -y llvm-13
76
+ sudo apt-get remove -y llvm
78
77
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
79
78
brew install llvm@18
80
79
brew install zstd
91
90
ZLIB_INCLUDE_DIR : C:\msys64\mingw64\include
92
91
ZLIB_LIBRARY : C:\msys64\mingw64\lib\libz.a
93
92
- name : Build (macOS)
93
+ if : ${{ matrix.os == 'macos-latest' }}
94
94
run : |
95
95
cargo build --release
96
96
env :
@@ -100,8 +100,8 @@ jobs:
100
100
CFLAGS : -static-libstdc++
101
101
CXXFLAGS : -static-libstdc++
102
102
LDFLAGS : /opt/homebrew/opt/llvm/lib/libunwind.a
103
- - name : Build (Linux )
104
- if : ${{ matrix.os == 'linux -latest' }}
103
+ - name : Build (Ubuntu )
104
+ if : ${{ matrix.os == 'ubuntu -latest' }}
105
105
run : |
106
106
cargo build --release
107
107
env :
You can’t perform that action at this time.
0 commit comments