Skip to content

Commit af8f694

Browse files
authored
Merge pull request #251 from ehuss/switch-rustup-action
Switch the action for installing rust
2 parents ce2c610 + 6b711b4 commit af8f694

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
@@ -16,11 +16,9 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v3
1818
- name: Install Rust
19-
uses: actions-rs/toolchain@v1
19+
uses: dtolnay/rust-toolchain@master
2020
with:
2121
toolchain: ${{ matrix.rust }}
22-
profile: minimal
23-
override: true
2422
- uses: Swatinem/rust-cache@v2
2523
- name: Build
2624
run: cargo test --no-run

0 commit comments

Comments
 (0)