pin clippy to stable
This commit is contained in:
parent
13543ce048
commit
a3cd17fd70
|
@ -29,6 +29,7 @@ jobs:
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/clippy-check@v1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
|
toolchain: stable
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
|
|
Loading…
Reference in New Issue