From 554a48c5923edbf8e4f555f125ad8c6fe9e415f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Fri, 3 Nov 2023 09:59:04 +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 6b7f403..7ad81a5 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 + run: sudo apt install musl-tools libunwind - name: Checkout Git repo uses: actions/checkout@v3