diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc12ddb..4badcf3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,7 +69,7 @@ jobs: - name: Install package for Android if: contains(matrix.platform.target, 'android') - run: sudo apt install musl-tools android-libunwind libunwind8 + run: sudo apt install android-libunwind libunwind8 - name: Checkout Git repo uses: actions/checkout@v3 @@ -87,7 +87,7 @@ jobs: components: rustfmt, clippy - name: Install rust toolchain - if: ${{ !contains(matrix.platform.target, 'android') }} + if: ${{ contains(matrix.platform.target, 'android') }} uses: actions-rs/toolchain@v1 with: # We setup Rust toolchain and the desired target