mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 21:24:43 +01:00
Fix GitHub Actions: install clippy manually
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
rust-version: ${{ matrix.rust }}
|
rust-version: ${{ matrix.rust }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: install clippy
|
||||||
|
run: rustup component add clippy
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: make check
|
run: make check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user