Skip to content

Commit f30528b

Browse files
committed
just use rustup
1 parent f2064dd commit f30528b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Install ${{ matrix.rust }}
25-
uses: dtolnay/rust-toolchain@master
26-
with:
27-
toolchain: ${{ matrix.rust }}
25+
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2826

2927
- run: cargo build
3028

0 commit comments

Comments
 (0)