Skip to content

Commit bb32f1d

Browse files
ci: Don't use actions-rs actions (#498)
These haven't been maintained in some time, so just do the steps directly as other jobs do.
1 parent 121f9b7 commit bb32f1d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- uses: actions-rs/toolchain@v1
12-
with:
13-
toolchain: stable
14-
components: rustfmt, clippy
11+
- run: rustup update --no-self-update stable
12+
- run: rustup default stable
1513

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

0 commit comments

Comments
 (0)