Skip to content

Commit 1cfd70a

Browse files
authored
Remove llvm install action from ci (#123)
1 parent 8ca4a99 commit 1cfd70a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/coreaudio-rs.yml

-16
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
os: [macOS-latest]
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: stable
@@ -36,10 +32,6 @@ jobs:
3632
runs-on: macOS-latest
3733
steps:
3834
- uses: actions/checkout@v4
39-
- name: Install LLVM and Clang
40-
uses: KyleMayes/[email protected]
41-
with:
42-
version: "15.0"
4335
- uses: dtolnay/rust-toolchain@master
4436
with:
4537
toolchain: stable
@@ -55,10 +47,6 @@ jobs:
5547
runs-on: macOS-latest
5648
steps:
5749
- uses: actions/checkout@v4
58-
- name: Install LLVM and Clang
59-
uses: KyleMayes/[email protected]
60-
with:
61-
version: "15.0"
6250
- uses: dtolnay/rust-toolchain@master
6351
with:
6452
toolchain: stable
@@ -74,10 +62,6 @@ jobs:
7462
runs-on: macOS-latest
7563
steps:
7664
- uses: actions/checkout@v4
77-
- name: Install LLVM and Clang
78-
uses: KyleMayes/[email protected]
79-
with:
80-
version: "15.0"
8165
- uses: dtolnay/rust-toolchain@master
8266
with:
8367
toolchain: stable

0 commit comments

Comments
 (0)