Update release.yaml
This commit is contained in:
parent
862ecc2837
commit
07160da869
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue