Add android build
This commit is contained in:
parent
554a48c592
commit
76a1de1edc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
steps:
|
||||
- name: Create annotation for build error
|
||||
if: contains(matrix.platform.target, 'linux')
|
||||
run: sudo apt install musl-tools libunwind
|
||||
run: sudo apt install musl-tools libunwind-dev
|
||||
|
||||
- name: Checkout Git repo
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue