Skip to content

Commit

Permalink
ci: pin to 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed May 3, 2024
1 parent cfbc6c1 commit 3c77157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: rust update
run: |
rustup toolchain uninstall stable-x86_64-unknown-linux-gnu
rustup toolchain install 1.67.0-x86_64-unknown-linux-gnu
rustup default 1.67.0-x86_64-unknown-linux-gnu
rustup override set 1.67.0
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
rustc --version
rustup show
Expand Down

0 comments on commit 3c77157

Please sign in to comment.