Skip to content

Commit 5499383

Browse files
CI: install cross from the git repository, rather than from crates.io
The version on crates.io is stale and uses a relatively old version of Linux/SPARC64/GLIBC, which in turn causes linker issues with the `rand` 0.9 / `getrandom` 0.3.
1 parent 67564d6 commit 5499383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- uses: dtolnay/rust-toolchain@stable
120120
- name: Install cross
121121
run: |
122-
cargo install --locked cross
122+
cargo install cross --locked --git https://github.com/cross-rs/cross
123123
- name: Test
124124
run: |
125125
cross test --target=${{ matrix.target }} --release --verbose

0 commit comments

Comments
 (0)