Skip to content

Commit

Permalink
use the same target as algebra for no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen committed Jul 18, 2024
1 parent 8420249 commit 99a9ae4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
id: toolchain-thumbv6m
with:
target: thumbv6m-none-eabi
- run: rustup override set ${{steps.toolchain-thumbv6m.outputs.name}}

- name: Install Rust ARM64
uses: dtolnay/rust-toolchain@stable
id: toolchain-aarch64
Expand Down

0 comments on commit 99a9ae4

Please sign in to comment.