Skip to content

Commit ff851aa

Browse files
committed
merge the action sections
1 parent 425b1fc commit ff851aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/weekly-canary-build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ jobs:
2020
with:
2121
tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.10
2222

23-
- name: Install targets
23+
- name: Install targets, update, set default Rust
2424
run: |
2525
rustup target add thumbv7em-none-eabihf
26-
27-
- name: Update and set default Rust
28-
run: |
2926
rustup update ${{ matrix.rust-channel }}
3027
rustup default ${{ matrix.rust-channel }}
3128
rustup component add rust-src

0 commit comments

Comments
 (0)