Skip to content

Commit

Permalink
chore: replace unmaintained github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed Nov 26, 2024
1 parent 8b57e03 commit 179bf71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
profile: minimal
components: rustfmt
- name: Check formatting
run: |
Expand Down

0 comments on commit 179bf71

Please sign in to comment.