Skip to content

Commit

Permalink
Pin Rust to 1.82.
Browse files Browse the repository at this point in the history
We have deny(warnings) and 1.83 has new warnings. I'll fix these
properly later.
  • Loading branch information
jonathanpallant committed Dec 4, 2024
1 parent d3d48db commit dd73b3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:

- name: Install targets
run: |
rustup target add thumbv7em-none-eabihf
rustup component add rust-src
rustup install 1.82
rustup default 1.82
rustup target add thumbv7em-none-eabihf --toolchain=1.82
rustup component add rust-src --toolchain=1.82
- name: Find slug name
run: |
Expand Down

0 comments on commit dd73b3f

Please sign in to comment.