Skip to content

Commit

Permalink
ci: Don't use actions-rs actions (#498)
Browse files Browse the repository at this point in the history
These haven't been maintained in some time, so just do the
steps directly as other jobs do.
  • Loading branch information
waywardmonkeys authored Mar 21, 2024
1 parent 121f9b7 commit bb32f1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
- run: rustup update --no-self-update stable
- run: rustup default stable

# make sure all code has been formatted with rustfmt and linted with clippy
- name: rustfmt
Expand Down

0 comments on commit bb32f1d

Please sign in to comment.