Skip to content

Commit

Permalink
Add x86_64-unknown-linux-gnu target to fix failing CI
Browse files Browse the repository at this point in the history
Co-authored-by: François <[email protected]>
  • Loading branch information
kettle11 and mockersf authored Mar 9, 2024
1 parent 9783726 commit e183932
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 @@ -163,7 +163,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }}
target: wasm32-unknown-unknown
targets: wasm32-unknown-unknown,x86_64-unknown-linux-gnu
- name: Check wasm
run: cargo check --target wasm32-unknown-unknown -Z build-std=std,panic_abort
env:
Expand Down

0 comments on commit e183932

Please sign in to comment.