Fixing the github action.

This commit is contained in:
Nicolas Patry 2025-03-04 16:56:05 +01:00
parent bbc68748b7
commit 1a8c4a773c
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -27,7 +27,8 @@ jobs:
with: with:
python-version: 3.11 python-version: 3.11
- uses: dtolnay/rust-toolchain@1.85.0 - uses: dtolnay/rust-toolchain@1.85.0
components: rustfmt, clippy with:
components: rustfmt, clippy
- name: Install Protoc - name: Install Protoc
uses: arduino/setup-protoc@v1 uses: arduino/setup-protoc@v1
- name: Clean unused files - name: Clean unused files