Skip to content

Commit cf16f00

Browse files
committed
Install cross with cargo install
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 42cb652 commit cf16f00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ jobs:
187187

188188
- name: Install cross
189189
if: ${{ matrix.platform.cross == true }}
190-
uses: taiki-e/install-action@cross
190+
# Install cross from source. Because latest release doesn't work with recent Rust
191+
# when targeting Android. See https://github.com/cross-rs/cross/issues/1222
192+
run: cargo install cross --git https://github.com/cross-rs/cross --rev 426e811
191193

192194
- name: Free Disk Space (Ubuntu)
193195
if: ${{ matrix.platform.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)