Skip to content

Commit

Permalink
try to force rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 7, 2024
1 parent 98cc0e0 commit 7f8028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}

- run: cd rust && cargo build
- run: rustup default ${{ matrix.toolchain }}

- run: cd rust && cargo test
if: ${{ matrix.toolchain != 'nightly' }}
Expand Down

0 comments on commit 7f8028b

Please sign in to comment.