Skip to content

Commit

Permalink
Remove llvm install action from ci (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay authored Aug 13, 2024
1 parent 8ca4a99 commit 1cfd70a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/coreaudio-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
os: [macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -36,10 +32,6 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -55,10 +47,6 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -74,10 +62,6 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand Down

0 comments on commit 1cfd70a

Please sign in to comment.