Add android build

This commit is contained in:
Σrebe - Romain GERARD 2023-11-03 10:23:53 +01:00
parent 8b3904e762
commit 1488605b7d
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

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