Skip to content

Commit

Permalink
Remove LLVM install action from CI (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay authored Aug 13, 2024
1 parent e7dafbd commit cd41682
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
toolchain: [stable, nightly]
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: ${{ matrix.toolchain }}
Expand All @@ -36,10 +32,6 @@ jobs:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
version: "15.0"

- name: add ios targets
run: rustup target add ${{matrix.target}}
Expand All @@ -52,10 +44,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 @@ -71,10 +59,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 cd41682

Please sign in to comment.