Skip to content

Commit

Permalink
Simplify install commands.
Browse files Browse the repository at this point in the history
I think now 1.82 is the default, we don't need to specify it.
  • Loading branch information
jonathanpallant authored and listochkin committed Dec 5, 2024
1 parent 3d4ac5c commit 8a2eb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
rustup install 1.82 --profile=default
rustup default 1.82
rustup target add thumbv7em-none-eabihf --toolchain=1.82
rustup component add rust-src --toolchain=1.82
rustup target add thumbv7em-none-eabihf
rustup component add rust-src
rustup component add rustfmt
- name: Find slug name
Expand Down

0 comments on commit 8a2eb83

Please sign in to comment.