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 922dbd1 commit 6f1bc2eCopy full SHA for 6f1bc2e
1 file changed
.github/workflows/build.yml
@@ -34,6 +34,12 @@ jobs:
34
- name: Install Rust
35
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable branch
36
37
+ - name: Cache cross binary
38
+ uses: actions/cache@v4
39
+ with:
40
+ path: ~/.cargo/bin/cross
41
+ key: cross-51f46f296253d8122c927c5bb933e3c4f27cc317
42
+
43
- name: Install cross
44
run: |
45
if [ ! -f "$HOME/.cargo/bin/cross" ]; then
0 commit comments