Skip to content

Commit 0fb5327

Browse files
committed
run clippy on nightly to avoid current stable crash
1 parent 15b4205 commit 0fb5327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ jobs:
220220
- uses: actions-rs/toolchain@v1
221221
with:
222222
profile: minimal
223-
toolchain: stable
224-
components: rustfmt
223+
toolchain: nightly
224+
components: rustfmt, clippy
225225
override: true
226226
- name: run rustfmt
227227
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)