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