Skip to content

Commit

Permalink
bringing back stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 6, 2024
1 parent 685c316 commit 623b16a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
# toolchain: [stable, nightly]
toolchain: [nightly]
toolchain: [stable, nightly]
# toolchain: [nightly]
steps:
- uses: actions/checkout@v4
- name: remove rust-toolchain.toml
run: rm -rf rust-toolchain.toml
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
Expand All @@ -28,16 +30,17 @@ jobs:
runs-on: macOS-14
strategy:
matrix:
# toolchain: [stable, nightly]
toolchain: [nightly]
toolchain: [stable, nightly]
# toolchain: [nightly]
target: [aarch64-apple-ios, x86_64-apple-ios, aarch64-apple-ios-sim]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}

- name: remove rust-toolchain.toml
run: rm -rf rust-toolchain.toml
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.3
with:
Expand Down

0 comments on commit 623b16a

Please sign in to comment.