Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Nov 3, 2023
1 parent 862ecc2 commit 07160da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 07160da

Please sign in to comment.