Skip to content

Commit

Permalink
try cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackhr-arch committed Jun 29, 2024
1 parent addc9bf commit 2d2a7e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
run: |
cd clashtui
rustup target add aarch64-unknown-linux-gnu
cargo install cross
cargo fetch
- name: Run tests
Expand All @@ -100,8 +101,8 @@ jobs:
- name: Build
run: |
cd clashtui
cargo build --target=aarch64-unknown-linux-gnu --all-features --verbose --locked
cargo build --target=aarch64-unknown-linux-gnu --all-features --release --locked
cross build --target=aarch64-unknown-linux-gnu --all-features --verbose --locked
cross build --target=aarch64-unknown-linux-gnu --all-features --release --locked
- name: Build Version
run: echo "Refer to build-linux"
Expand Down

0 comments on commit 2d2a7e0

Please sign in to comment.