Skip to content

Commit

Permalink
fix(ci): only use wasm32-unknown-unknown as no-std target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Mar 14, 2024
1 parent 761c104 commit c258f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nostd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: ${{ matrix.target }}
strategy:
matrix:
target: [wasm32-unknown-unknown, thumbv7m-none-eabi, aarch64-unknown-none]
target: [wasm32-unknown-unknown]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c258f3c

Please sign in to comment.