Skip to content

Commit

Permalink
Add +stable to 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 1e98973 commit 55a77e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ 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: whereis cargo || true
- run: sudo /home/runner/.cargo/bin/cargo test
- run: sudo /home/runner/.cargo/bin/cargo +stable test

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

0 comments on commit 55a77e1

Please sign in to comment.