Skip to content

Commit

Permalink
ci: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jul 25, 2024
1 parent 734d1f5 commit d0677c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
fail-fast: false
matrix:
target:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- i686-unknown-linux-gnu
# - aarch64-unknown-linux-gnu
# - aarch64-unknown-linux-musl
# - i686-unknown-linux-gnu
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
# - x86_64-unknown-linux-musl
steps:
- run: sudo apt-get install -y libwayland-dev libasound2-dev
- run: sudo apt-get install -y libwayland-dev libasound2-dev libudev-dev

- uses: actions/checkout@v4
with:
Expand All @@ -42,7 +42,7 @@ jobs:
target:
- aarch64-linux-android
steps:
- run: sudo apt-get install -y libasound2-dev
- run: sudo apt-get install -y libasound2-dev libudev-dev llvm

- uses: actions/checkout@v4
with:
Expand All @@ -60,5 +60,5 @@ jobs:
working-directory: sandpolis-client-mobile
run: |
x doctor
x build
x build --arch arm64 --platform android --format apk

0 comments on commit d0677c7

Please sign in to comment.