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