mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 18:34:42 +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:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- uses: actions/checkout@v2
|
||||
- name: install clippy
|
||||
run: rustup component add clippy
|
||||
- name: Run checks
|
||||
run: make check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user