Skip to content

Commit

Permalink
ci: use stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed May 3, 2024
1 parent 3c77157 commit bac86f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
- name: rust update
run: |
rustup toolchain uninstall stable-x86_64-unknown-linux-gnu
rustup toolchain install 1.69.0-x86_64-unknown-linux-gnu
rustup default 1.69.0-x86_64-unknown-linux-gnu
rustup override set 1.69.0
rustup default stable-x86_64-unknown-linux-gnu
rustup override set stable
rustc --version
rustup show
Expand Down

0 comments on commit bac86f5

Please sign in to comment.