Skip to content

Commit

Permalink
github: test: Fix toolchain version for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Aug 7, 2023
1 parent 3708729 commit ad9fe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.60.0"
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit ad9fe3f

Please sign in to comment.