Skip to content

Commit 153c732

Browse files
committed
Use install-action to install cross
1 parent b5f4ef8 commit 153c732

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
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Rust
6767
run: rustup update stable
6868
- name: Install cross
69-
run: cargo install cross
69+
uses: taiki-e/install-action@cross
7070
- name: Android
7171
if: startsWith(matrix.os, 'ubuntu')
7272
run: cross test --target arm-linux-androideabi

0 commit comments

Comments
 (0)