From 76a1de1edc138e5180db351c780ac11c4859d7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Fri, 3 Nov 2023 10:01:23 +0100 Subject: [PATCH] Add android build --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7ad81a5..ccbb213 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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