Skip to content

Commit 50ca0ea

Browse files
committed
CI: cleanup unused job parameters
1 parent c6487cc commit 50ca0ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Install ${{ matrix.rust }} toolchain
3636
uses: dtolnay/rust-toolchain@master
3737
with:
38-
profile: minimal
3938
toolchain: ${{ matrix.rust }}
40-
override: true
4139
- name: Cargo update
4240
run: cargo update
4341
- run: RUSTFLAGS="-D warnings" cargo check

0 commit comments

Comments
 (0)