Skip to content

Commit

Permalink
use correct rust version for lockstep CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soqb committed Aug 21, 2023
1 parent e22ea26 commit 61998fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -163,5 +163,5 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.56.0
- uses: dtolnay/rust-toolchain@stable
- run: cd test_suite/assert_lockstep && cargo run -- dummy_dependant

0 comments on commit 61998fc

Please sign in to comment.