From 0dc664474af862df7ab97fb368814b5383e50758 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sun, 14 Jul 2024 03:46:48 +0800 Subject: [PATCH] Update playground.yml --- .github/workflows/playground.yml | 48 +++----------------------------- 1 file changed, 4 insertions(+), 44 deletions(-) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 897462e37..54bd3263b 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -17,7 +17,7 @@ env: TAG_NAME: "nightly" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" # vcpkg version: 2024.06.15 - VCPKG_COMMIT_ID: "501db0f17ef6df184fcdbfbe0f87cde2313b6ab1" + VCPKG_COMMIT_ID: "f7423ee180c4b7f40d43402c2feb3859161ef625" VERSION: "1.2.7" NDK_VERSION: "r26d" #signing keys env variable checks @@ -43,51 +43,11 @@ jobs: os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel extra-build-args: "", arch: x86_64, - flutter: "3.16.9", + flutter: "3.10.6", ref: "85ddfc0739f052cab0029c46b899b959ee94eeb8", bridge: "1.80.1", date: "20231119" } - - { - target: x86_64-apple-darwin, - os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel - extra-build-args: "", - arch: x86_64, - flutter: "3.13.9", - ref: "8bf57f1293abee463a935aae58f84d01b60f9b74", - bridge: "1.79.0", - date: "20231101" - } - - { - target: x86_64-apple-darwin, - os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel - extra-build-args: "", - arch: x86_64, - flutter: "3.10.6", - ref: "7480ead76a27eb8bc9dd19c376780cdf015c4c0f", - bridge: "1.75.3", - date: "20231030" - } - - { - target: x86_64-apple-darwin, - os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel - extra-build-args: "", - arch: x86_64, - flutter: "3.10.6", - ref: "c055ba2985516927a348900a8215983d536d1a1e", - bridge: "1.75.3", - date: "20231019" - } - - { - target: x86_64-apple-darwin, - os: macos-13, #macos-latest or macos-14 use M1 now, https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#:~:text=14%20GB-,macos%2Dlatest%20or%20macos%2D14,-The%20macos%2Dlatestlabel - extra-build-args: "", - arch: x86_64, - flutter: "3.10.6", - ref: "ab982e86c391dc31aba67e9439c0bd93143b84af", - bridge: "1.75.3", - date: "20231010" - } steps: - name: Export GitHub Actions cache environment variables uses: actions/github-script@v6 @@ -166,22 +126,22 @@ jobs: - name: Setup vcpkg with Github Actions binary cache uses: lukka/run-vcpkg@v11 - if: false with: vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} - name: Install vcpkg dependencies - if: false run: | $VCPKG_ROOT/vcpkg install --x-install-root="$VCPKG_ROOT/installed" - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@v7 + if: false with: setupOnly: true vcpkgGitCommitId: ${{ env.VCPKG_COMMIT_ID }} - name: Install vcpkg dependencies + if: false run: | $VCPKG_ROOT/vcpkg install libvpx libyuv opus aom