Skip to content

Commit

Permalink
attempt use -Z build-std=std as suggested in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvollmer committed Sep 19, 2023
1 parent 0d78600 commit 2087fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
run: sudo systemctl start docker

- name: Cross-Compile project to mips-unknown-linux-gnu
run: cross build --target=mips-unknown-linux-gnu --verbose
run: cross build --target=mips-unknown-linux-gnu --verbose -Z build-std=std

# https://github.com/cross-rs/cross#supported-targets
- name: Cross-Run Tests in mips-unknown-linux-gnu using Qemu
run: cross test --target mips-unknown-linux-gnu --verbose
run: cross test --target mips-unknown-linux-gnu --verbose -Z build-std=std

wasm32:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2087fbc

Please sign in to comment.