From 8a2eb83bda77353f068d199bccdcdf25e86d85bc Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Thu, 5 Dec 2024 10:35:00 +0000 Subject: [PATCH] Simplify install commands. I think now 1.82 is the default, we don't need to specify it. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbae80b8..604c3fa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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