Skip to content

Commit 200c134

Browse files
committed
fix(ci): pin cross to v0.2.5 in build-cli-binaries
1 parent 46e74e0 commit 200c134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-cli-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Install cross (for ARM Linux targets)
5252
if: ${{ matrix.use-cross == 'true' }}
53-
run: cargo install cross --git https://github.com/cross-rs/cross
53+
run: cargo install cross --version 0.2.5
5454

5555
- name: Install musl-tools (for musl x64)
5656
if: matrix.target == 'x86_64-unknown-linux-musl'

0 commit comments

Comments
 (0)