Skip to content

Commit 5cbb8ee

Browse files
Update .github/workflows/main.yml
(Will squash) Co-authored-by: Horu <[email protected]>
1 parent 6d411ee commit 5cbb8ee

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,9 @@ jobs:
4646

4747
- name: Add Rust
4848
uses: actions-rust-lang/setup-rust-toolchain@v1
49-
50-
- name: Update ${{ matrix.name }}
51-
run: |
52-
rustup target add ${{ matrix.target }}
53-
rustup update stable
54-
rustup default stable
49+
with:
50+
toolchain: stable
51+
target: ${{ matrix.target }}
5552

5653
- name: Dependencies
5754
run: ${{ matrix.dependencies }}

0 commit comments

Comments
 (0)