Update release.yaml

This commit is contained in:
Erèbe - Romain Gerard 2023-11-03 22:11:03 +01:00 committed by GitHub
parent 862ecc2837
commit 07160da869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ jobs:
- name: Install package for Android - name: Install package for Android
if: contains(matrix.platform.target, '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 - name: Checkout Git repo
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -87,7 +87,7 @@ jobs:
components: rustfmt, clippy components: rustfmt, clippy
- name: Install rust toolchain - name: Install rust toolchain
if: ${{ !contains(matrix.platform.target, 'android') }} if: ${{ contains(matrix.platform.target, 'android') }}
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
# We setup Rust toolchain and the desired target # We setup Rust toolchain and the desired target