Skip to content

Commit c358124

Browse files
committed
LLVM does not seem to be installed by default anymore
No need to uninstall it.
1 parent 72d816e commit c358124

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
run: echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
4646
shell: bash
4747

48-
# This confuses Rust's bindgen
49-
# See https://github.com/rust-lang/rust-bindgen/issues/1506
50-
- name: Uninstall LLVM from Homebrew
51-
if: matrix.os == 'macos-latest'
52-
run: brew uninstall llvm
53-
5448
- name: Build
5549
run: cargo +${{ matrix.rust }} build
5650

0 commit comments

Comments
 (0)