Skip to content

Commit cd41682

Browse files
authored
Remove LLVM install action from CI (#106)
1 parent e7dafbd commit cd41682

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/coreaudio-sys.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
toolchain: [stable, nightly]
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Install LLVM and Clang
13-
uses: KyleMayes/[email protected]
14-
with:
15-
version: "15.0"
1612
- uses: dtolnay/rust-toolchain@master
1713
with:
1814
toolchain: ${{ matrix.toolchain }}
@@ -36,10 +32,6 @@ jobs:
3632
toolchain: ${{ matrix.toolchain }}
3733
targets: ${{ matrix.target }}
3834

39-
- name: Install LLVM and Clang
40-
uses: KyleMayes/[email protected]
41-
with:
42-
version: "15.0"
4335

4436
- name: add ios targets
4537
run: rustup target add ${{matrix.target}}
@@ -52,10 +44,6 @@ jobs:
5244
runs-on: macOS-latest
5345
steps:
5446
- uses: actions/checkout@v4
55-
- name: Install LLVM and Clang
56-
uses: KyleMayes/[email protected]
57-
with:
58-
version: "15.0"
5947
- uses: dtolnay/rust-toolchain@master
6048
with:
6149
toolchain: stable
@@ -71,10 +59,6 @@ jobs:
7159
runs-on: macOS-latest
7260
steps:
7361
- uses: actions/checkout@v4
74-
- name: Install LLVM and Clang
75-
uses: KyleMayes/[email protected]
76-
with:
77-
version: "15.0"
7862
- uses: dtolnay/rust-toolchain@master
7963
with:
8064
toolchain: stable

0 commit comments

Comments
 (0)