Add android build
This commit is contained in:
parent
8b3904e762
commit
1488605b7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install package for Android
|
- name: Install package for Android
|
||||||
if: contains(matrix.platform.target, 'android')
|
if: contains(matrix.platform.target, 'android')
|
||||||
run: sudo apt install musl-tools android-libunwind
|
run: sudo apt install musl-tools android-libunwind libunwind8
|
||||||
|
|
||||||
- name: Checkout Git repo
|
- name: Checkout Git repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue