File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -271,11 +271,6 @@ jobs:
271
271
echo "${LLVM_DIR}/bin" >> $GITHUB_PATH
272
272
env :
273
273
LLVM_DIR : .llvm
274
- - name : Add `brew` libs to `RUSTFLAGS`
275
- if : matrix.metadata.os == 'macos-14'
276
- shell : bash
277
- run : |
278
- echo "RUSTFLAGS=-L/opt/homebrew/lib" >> $GITHUB_ENV
279
274
- name : Configure LLVM (Windows)
280
275
# The Custom Windows build does not contains llvm-config.exe, so need to setup manualy here
281
276
if : startsWith(matrix.build, 'windows-x64') && matrix.llvm_url
@@ -286,6 +281,10 @@ jobs:
286
281
echo LLVM_ENABLE=1 >> $GITHUB_ENV
287
282
env :
288
283
LLVM_DIR : .llvm
284
+ - name : Add `brew` libraries (Apple Silicon)
285
+ run : |
286
+ echo "RUSTFLAGS=-L/opt/homebrew/lib" >> $GITHUB_ENV
287
+ if : matrix.os == 'macos-14'
289
288
- name : Set up dependencies for Mac OS
290
289
run : |
291
290
brew install automake
You can’t perform that action at this time.
0 commit comments