Skip to content

Commit e5e3dd0

Browse files
authored
Update build.yml
Signed-off-by: Georgii Plotnikov <accembler@gmail.com>
1 parent bc6d03d commit e5e3dd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Setup Rust
2121
uses: actions/checkout@v4.1.3
2222
- name: Update Rust
23-
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
23+
run: rustup update ${{ matrix.toolchain }}
24+
| rustup default ${{ matrix.toolchain }}
2425
- name: Install clippy nightly
2526
run: rustup component add clippy-preview
2627
- name: Install Cargo audit

0 commit comments

Comments
 (0)