Skip to content

Commit

Permalink
[chore] Reserver aarch64 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Nov 10, 2024
1 parent d8f2dbb commit 640c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
rust-toolchain: [nightly]
targets: [x86_64-unknown-none, riscv64gc-unknown-none-elf, aarch64-unknown-none-softfloat, aarch64-unknown-linux-gnu]
targets: [aarch64-unknown-none-softfloat, aarch64-unknown-linux-gnu]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit 640c0c4

Please sign in to comment.