vcpkg -> FLUTTER_ELINUX_COMMIT_ID, and remove FLUTTER_ELINUX_COMMIT

This commit is contained in:
rustdesk 2024-04-26 18:15:16 +08:00
parent 2b3f87d6f2
commit 09f87238dc

View File

@ -18,12 +18,10 @@ env:
FLUTTER_RUST_BRIDGE_VERSION: "1.80.1" FLUTTER_RUST_BRIDGE_VERSION: "1.80.1"
# for arm64 linux because official Dart SDK does not work # for arm64 linux because official Dart SDK does not work
FLUTTER_ELINUX_VERSION: "3.16.9" FLUTTER_ELINUX_VERSION: "3.16.9"
FLUTTER_ELINUX_COMMIT_ID: "c02bd16e1630f5bd690b85c5c2456ac1920e25af"
TAG_NAME: "${{ inputs.upload-tag }}" TAG_NAME: "${{ inputs.upload-tag }}"
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
# vcpkg version: 2023.10.19 # vcpkg version: 2024.03.25
# for multiarch gcc compatibility VCPKG_COMMIT_ID: "a34c873a9717a888f58dc05268dea15592c2f0ff"
VCPKG_COMMIT_ID: "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
VERSION: "1.2.4" VERSION: "1.2.4"
NDK_VERSION: "r26b" NDK_VERSION: "r26b"
#signing keys env variable checks #signing keys env variable checks
@ -1545,7 +1543,7 @@ jobs:
git clone https://github.com/sony/flutter-elinux.git || true git clone https://github.com/sony/flutter-elinux.git || true
pushd flutter-elinux pushd flutter-elinux
git fetch git fetch
git reset --hard ${{ env.FLUTTER_ELINUX_COMMIT_ID }} git reset --hard ${{ env.FLUTTER_VERSION }}
popd popd
- uses: rustdesk-org/run-on-arch-action@amd64-support - uses: rustdesk-org/run-on-arch-action@amd64-support