mirror of
https://github.com/erebe/wstunnel.git
synced 2026-04-23 00:37:22 +08:00
Update release.yaml
This commit is contained in:
committed by
GitHub
parent
862ecc2837
commit
07160da869
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user