Another attempt to fix the workflows

This commit is contained in:
Lol3rrr
2024-10-16 14:17:52 +02:00
parent 2bded20d67
commit fee7e1172c

View File

@@ -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