Add android build

This commit is contained in:
Σrebe - Romain GERARD 2023-11-03 10:01:23 +01:00
parent 554a48c592
commit 76a1de1edc
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -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