fix: add cargo ndk version specification
This commit is contained in:
parent
b6bb8c64b4
commit
6af72edd03
3
.github/workflows/flutter-build.yml
vendored
3
.github/workflows/flutter-build.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
default: true
|
||||
|
||||
env:
|
||||
CARGO_NDK_VERSION: "3.1.2"
|
||||
LLVM_VERSION: "15.0.6"
|
||||
FLUTTER_VERSION: "3.10.1"
|
||||
FLUTTER_RUST_BRIDGE_VERSION: "1.75.3"
|
||||
@ -535,7 +536,7 @@ jobs:
|
||||
VCPKG_ROOT: /opt/rustdesk_thirdparty_lib/vcpkg
|
||||
run: |
|
||||
rustup target add ${{ matrix.job.target }}
|
||||
cargo install cargo-ndk --version 3.1.2
|
||||
cargo install cargo-ndk --version ${{ env.CARGO_NDK_VERSION }}
|
||||
case ${{ matrix.job.target }} in
|
||||
aarch64-linux-android)
|
||||
./flutter/ndk_arm64.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user