Skip to content

Commit

Permalink
ci: fix rust version used for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 13, 2023
1 parent 933b00f commit 2307f79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-iov-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
node-version: "16.x"

- name: Use rust
run: rustup install 1.69.0
run: |
rustup install 1.69.0
rustup default 1.69.0
- name: Toolchain info
run: |
Expand Down

0 comments on commit 2307f79

Please sign in to comment.