Skip to content

Commit

Permalink
Fix for rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaitchuck committed Mar 29, 2024
1 parent d1532cc commit 3c2100e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
toolchain: 1.72.0
targets: aarch64-apple-darwin
- run: cargo +1.72.0 check --target aarch64-apple-darwin
nightly:
aarch64-nightly:
name: Aarch64 nightly
runs-on: macos-14
env:
Expand Down Expand Up @@ -180,4 +180,4 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- run: cargo build --manifest-path=no_std_test/Cargo.toml
- run: cargo build --manifest-path=no_std_test/Cargo.toml

0 comments on commit 3c2100e

Please sign in to comment.