We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0af12d commit 07f289dCopy full SHA for 07f289d
.github/workflows/ci-pre-commit.yml
@@ -25,6 +25,8 @@ jobs:
25
run: |
26
rustup install 1.73.0
27
rustup install 1.66.1
28
+ - name: Cache Rust dependencies
29
+ uses: Swatinem/rust-cache@v2
30
- name: Install protoc
31
uses: arduino/setup-protoc@v3
32
with:
0 commit comments