mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-22 16:48:30 +02:00
Fix workflow
This commit is contained in:
2
.github/workflows/ci-rust.yml
vendored
2
.github/workflows/ci-rust.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: ${{ inputs.rust-version }}
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Set up cargo cache
|
- name: Set up cargo cache
|
||||||
|
|||||||
Reference in New Issue
Block a user