Skip to content

Commit 179bf71

Browse files
committed
chore: replace unmaintained github action
1 parent 8b57e03 commit 179bf71

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
@@ -88,11 +88,9 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v2
9090
- name: Install Rust
91-
uses: actions-rs/toolchain@v1
91+
uses: dtolnay/rust-toolchain@stable
9292
with:
9393
toolchain: stable
94-
override: true
95-
profile: minimal
9694
components: rustfmt
9795
- name: Check formatting
9896
run: |

0 commit comments

Comments
 (0)