Skip to content

Commit

Permalink
Build more APKs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jul 15, 2024
1 parent fe85aa0 commit 9b2e2d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,15 @@ jobs:
run: |
cd src
ninja -C ${BUILD_DIR} system_webview_shell_apk
- name: ninja trichrome_webview_apk
run: |
cd src
ninja -C ${BUILD_DIR} trichrome_webview_apk
- name: sccache check
run: sccache -s
- name: Any speed
run: echo Any speed
- name: Check for apks
run: |
cd src
find ${BUILD_DIR} -type d -iname "*.apk"

0 comments on commit 9b2e2d8

Please sign in to comment.