mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-20 01:42:03 +00:00
Project import generated by Copybara.
Some checks are pending
Build and Deploy / build_windows (push) Waiting to run
Build and Deploy / build_android (push) Waiting to run
Build and Deploy / build_ipa (push) Waiting to run
Build and Deploy / build_linux (push) Waiting to run
Build and Deploy / build_macos (push) Waiting to run
Some checks are pending
Build and Deploy / build_windows (push) Waiting to run
Build and Deploy / build_android (push) Waiting to run
Build and Deploy / build_ipa (push) Waiting to run
Build and Deploy / build_linux (push) Waiting to run
Build and Deploy / build_macos (push) Waiting to run
GitOrigin-RevId: 8d56538d45925bf1cde3b879e5a3c05b36ddb48b
This commit is contained in:
parent
c9550b84fa
commit
47da5ffc74
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-deploy.yaml
vendored
4
.github/workflows/build-deploy.yaml
vendored
|
|
@ -86,6 +86,10 @@ jobs:
|
|||
run: |
|
||||
echo "${{ secrets.STORE_FILE_BASE64 }}" | base64 --decode > android/app/key.jks
|
||||
|
||||
- run: |
|
||||
sudo apt install ninja-build
|
||||
name: install ninja
|
||||
|
||||
- name: Build Android
|
||||
run: make build_android
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue