Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit c2a0ec5

Browse files
committed
Set rust channel to stable for clippy action to see if that fixes the crash
1 parent f508d6a commit c2a0ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v1
2525
- uses: actions-rs/toolchain@v1
2626
with:
27-
toolchain: nightly
27+
toolchain: stable
2828
components: clippy, rustfmt
2929
override: true
3030
- uses: actions-rs/clippy-check@v1

0 commit comments

Comments
 (0)