Skip to content

Commit

Permalink
Build apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Aug 3, 2024
1 parent 8e64b9a commit cb7ed5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ on:

jobs:
android_build:
runs-on: "ubuntu-latest"
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18
- name: install Linux dependencies
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1
Expand All @@ -43,8 +42,8 @@ jobs:
ln -sf "$new_target" "$link"
echo "Changed $(basename "$link") from $current_target to $new_target"
done
- name: build Tauri API
- name: build Apk
run: |
yarn
yarn tauri build
yarn tauri android build

0 comments on commit cb7ed5a

Please sign in to comment.