mirror of
https://github.com/dndx/phantun.git
synced 2025-01-19 06:19:30 +08:00
chore(actions) always use the latest stable toolchain
This commit is contained in:
parent
49665b906f
commit
f667f56747
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: cargo clippy --verbose
|
run: cargo clippy --verbose
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user