update and remove unnecessary step

This commit is contained in:
风扇滑翔翼 2023-08-12 00:54:19 +08:00
parent a5bb39ac8a
commit 775fa5ea62
No known key found for this signature in database
GPG key ID: A1E6A14761C93303

View file

@ -34,17 +34,8 @@ jobs:
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.48.0
override: true
- name: Setup Android environment
uses: android-actions/setup-android@v2
with:
api-level: 30
target-platform: 'x86_64'
- name: Build dependencies