Skip to content

Commit

Permalink
Where's cargo?
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Dec 3, 2023
1 parent caa6ee0 commit 1e98973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
# - name: Check selected Tier 3 targets
# if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
# run: cargo check -Z build-std --target=riscv32imc-esp-espidf
- run: sudo cargo test
- run: whereis cargo || true
- run: sudo /home/runner/.cargo/bin/cargo test

# Copied from: https://github.com/rust-lang/stacker/pull/19/files
windows_gnu:
Expand Down

0 comments on commit 1e98973

Please sign in to comment.