There was an error while loading. Please reload this page.
1 parent 121f9b7 commit bb32f1dCopy full SHA for bb32f1d
.github/workflows/ci.yml
@@ -8,10 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
11
- - uses: actions-rs/toolchain@v1
12
- with:
13
- toolchain: stable
14
- components: rustfmt, clippy
+ - run: rustup update --no-self-update stable
+ - run: rustup default stable
15
16
# make sure all code has been formatted with rustfmt and linted with clippy
17
- name: rustfmt
0 commit comments