Skip to content

Commit

Permalink
Update apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewol authored Feb 23, 2025
1 parent bd2f78a commit 6c94550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
path: target
key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install deps
run: sudo apt-get update && sudo apt-get install llvm libwebkit2gtk-4.0-dev libgtk-3-dev squashfs-tools
run: sudo apt-get update && sudo apt-get install llvm squashfs-tools
- run: cargo install --git https://github.com/rust-mobile/xbuild
- name: Build
run: |
Expand All @@ -23,4 +23,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: game-apk
path: ${{ github.workspace }}/target/x/release/android/rusc.apk
path: ${{ github.workspace }}/target/x/release/android/rusc.apk

0 comments on commit 6c94550

Please sign in to comment.