Skip to content

Commit

Permalink
fix: fix Rust version to 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
Kynea0b committed Feb 13, 2024
1 parent ad7fcb3 commit 0013fb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
with:
submodules: recursive
- uses: ./.github/actions/cache
- run: rustup component add rustfmt
- run: |
rustup toolchain add 1.69.0
rustup override set 1.69.0
rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
- name: fmt
run: |
cargo fmt --all -- --check
Expand Down

0 comments on commit 0013fb1

Please sign in to comment.