From ff851aa3c27e62ac4a095036bc4ca628f89a9211 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 6 Feb 2025 09:23:32 -0600 Subject: [PATCH] merge the action sections --- .github/workflows/weekly-canary-build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/weekly-canary-build.yml b/.github/workflows/weekly-canary-build.yml index 9e0cb91a..eb11cdc5 100644 --- a/.github/workflows/weekly-canary-build.yml +++ b/.github/workflows/weekly-canary-build.yml @@ -20,12 +20,9 @@ jobs: with: tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.10 - - name: Install targets + - name: Install targets, update, set default Rust run: | rustup target add thumbv7em-none-eabihf - - - name: Update and set default Rust - run: | rustup update ${{ matrix.rust-channel }} rustup default ${{ matrix.rust-channel }} rustup component add rust-src