Skip to content

Commit

Permalink
replaced rust-toolchain with simple command line call in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 5, 2024
1 parent c267ed4 commit 873bb31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ jobs:
target: [aarch64-apple-visionos, aarch64-apple-visionos-sim]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
run:
rustup install nightly --profile minimal

- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
Expand Down

0 comments on commit 873bb31

Please sign in to comment.