mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 22:09: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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Run lint
|
||||
run: cargo clippy --verbose
|
||||
- name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user