We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e74e0 commit 200c134Copy full SHA for 200c134
1 file changed
.github/workflows/build-cli-binaries.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install cross (for ARM Linux targets)
52
if: ${{ matrix.use-cross == 'true' }}
53
- run: cargo install cross --git https://github.com/cross-rs/cross
+ run: cargo install cross --version 0.2.5
54
55
- name: Install musl-tools (for musl x64)
56
if: matrix.target == 'x86_64-unknown-linux-musl'
0 commit comments