Skip to content

Commit

Permalink
Bump to Rust 1.82
Browse files Browse the repository at this point in the history
We need it for the examples.
  • Loading branch information
jonathanpallant committed Oct 18, 2024
1 parent 6309042 commit eb8189f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
- name: Add mdslides
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrous-systems/mdslides/releases/download/v0.4.0/mdslides-installer.sh | sh
- name: Update Rust
run: |
rustup update stable
- name: Add Rust Targets
run: |
rustup target add thumbv7em-none-eabihf
Expand Down

0 comments on commit eb8189f

Please sign in to comment.