Another attempt to fix the workflows
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -37,6 +37,8 @@ jobs:
|
|||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
- name: Install Protoc
|
||||||
|
uses: arduino/setup-protoc@v3
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy -p ${{ matrix.crate }}
|
run: cargo clippy -p ${{ matrix.crate }}
|
||||||
- name: Run formatting
|
- name: Run formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user