Skip to content

Commit 9fd8f52

Browse files
committed
update bridge
1 parent 50f15f1 commit 9fd8f52

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/bridge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
type: string
1313

1414
env:
15+
CARGO_EXPAND_VERSION: "1.0.95"
1516
FLUTTER_VERSION: "3.22.3"
1617
FLUTTER_RUST_BRIDGE_VERSION: "1.80.1"
1718
RUST_VERSION: "1.75" # https://github.com/rustdesk/rustdesk/discussions/7503
@@ -91,6 +92,7 @@ jobs:
9192
- name: Install flutter rust bridge deps
9293
shell: bash
9394
run: |
95+
cargo install cargo-expand --version ${{ env.CARGO_EXPAND_VERSION }} --locked
9496
cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid" --locked
9597
pushd flutter && sed -i -e 's/extended_text: 14.0.0/extended_text: 13.0.0/g' pubspec.yaml && flutter pub get && popd
9698

.github/workflows/generator-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ env:
6969
TAG_NAME: "${{ inputs.upload-tag }}"
7070
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7171
# vcpkg version: 2024.07.12
72-
VCPKG_COMMIT_ID: "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
72+
VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"
7373
VERSION: "${{ fromJson(inputs.extras).version }}"
7474
NDK_VERSION: "r27c"
7575
#signing keys env variable checks

.github/workflows/generator-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ env:
6969
TAG_NAME: "${{ inputs.upload-tag }}"
7070
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7171
# vcpkg version: 2024.07.12
72-
VCPKG_COMMIT_ID: "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
72+
VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"
7373
VERSION: "${{ fromJson(inputs.extras).version }}"
7474
NDK_VERSION: "r27c"
7575
#signing keys env variable checks
@@ -463,7 +463,7 @@ jobs:
463463
export JOBS=""
464464
fi
465465
echo $JOBS
466-
cargo build --lib $JOBS --features hwcodec,flutter --release
466+
cargo build --lib $JOBS --features hwcodec,flutter,unix-file-copy-paste --release
467467
rm -rf target/release/deps target/release/build
468468
rm -rf ~/.cargo
469469

.github/workflows/generator-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ env:
7070
TAG_NAME: "${{ inputs.upload-tag }}"
7171
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7272
# vcpkg version: 2024.07.12
73-
VCPKG_COMMIT_ID: "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
73+
VCPKG_COMMIT_ID: "6f29f12e82a8293156836ad81cc9bf5af41fe836"
7474
VERSION: "${{ fromJson(inputs.extras).version }}"
7575
NDK_VERSION: "r27c"
7676
#signing keys env variable checks

0 commit comments

Comments
 (0)