mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
fix: invalid rust toolchain on ci
Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
parent
4854c36d25
commit
8af0c1e3a1
2
.github/workflows/third-party-tests.yml
vendored
2
.github/workflows/third-party-tests.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- name: install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user