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 5e0b8bc commit 3664bb5Copy full SHA for 3664bb5
.github/workflows/release.yml
@@ -154,8 +154,10 @@ jobs:
154
155
- name: cross setup
156
if: contains(matrix.target, 'musl')
157
- run: |
158
- cargo install cross --git https://github.com/cross-rs/cross --rev baf457efc2555225af47963475bd70e8d2f5993f
+ uses: taiki-e/cache-cargo-install-action@7447f04c51f2ba27ca35e7f1e28fab848c5b3ba7 # v2
+ with:
159
+ git: https://github.com/cross-rs/cross
160
+ rev: baf457efc2555225af47963475bd70e8d2f5993f
161
162
- name: Build binaries
163
env:
0 commit comments