From eb8189f58f218f5411ec678493dbc55dbe093bf7 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Fri, 18 Oct 2024 11:57:11 +0100 Subject: [PATCH] Bump to Rust 1.82 We need it for the examples. --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 063921a..673d75a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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