Skip to content

Commit

Permalink
Changed to musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 8b40334 commit 9e5b0a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
aarch64:
x86_64:

runs-on: ubuntu-latest

Expand All @@ -19,16 +19,16 @@ jobs:
- name: Install SDL2
run: sudo apt-get install libsdl2-dev
- name: Install libunwind
run: sudo apt-get install android-libunwind-dev android-libunwind libunwind-dev
run: sudo apt-get install libunwind-dev
- name: Import
run: $PWD/import.sh
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: aarch64-linux-android
target: x86_64-unknown-linux-musl
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: run
args: --target aarch64-linux-android
args: --target x86_64-unknown-linux-musl

0 comments on commit 9e5b0a2

Please sign in to comment.