Skip to content

Commit

Permalink
ci: use prev syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed May 3, 2024
1 parent ebf3d26 commit cfbc6c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ jobs:
run: |
cargo install cargo2junit
- uses: actions-rust-lang/setup-rust-toolchain@v1
- 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
rustc --version
rustup show
- name: build
run: |
Expand Down

0 comments on commit cfbc6c1

Please sign in to comment.