Add android build
This commit is contained in:
parent
76a1de1edc
commit
8b3904e762
1 changed files with 6 additions and 2 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -63,9 +63,13 @@ jobs:
|
|||
target: x86_64-pc-windows-msvc
|
||||
|
||||
steps:
|
||||
- name: Create annotation for build error
|
||||
- name: Install package for linux
|
||||
if: contains(matrix.platform.target, 'linux')
|
||||
run: sudo apt install musl-tools libunwind-dev
|
||||
run: sudo apt install musl-tools libunwind8 android-libunwind
|
||||
|
||||
- name: Install package for Android
|
||||
if: contains(matrix.platform.target, 'android')
|
||||
run: sudo apt install musl-tools android-libunwind
|
||||
|
||||
- name: Checkout Git repo
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue