From 838605690b289c989ac81d6d509cae57475cb2fb Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 19 Mar 2026 16:08:44 +0800 Subject: [PATCH] minor change --- .github/workflows/build_all.yml | 2 +- .github/workflows/build_deps.yml | 2 +- .github/workflows/build_orca.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 452e7cfafd..2bf01a0f65 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -116,7 +116,7 @@ jobs: with: cmakeVersion: "~4.3.0" # use most recent 4.3.x version useLocalCache: true # <--= Use the local cache (default is 'false'). - useCloudCache: false # <--= Ditch the cloud cache (default is 'true'). + useCloudCache: true - name: Unpackage and Run Unit Tests timeout-minutes: 20 run: | diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index 63505b187c..b43e71e535 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -48,7 +48,7 @@ jobs: with: cmakeVersion: "~4.3.0" # use most recent 4.3.x version useLocalCache: true # <--= Use the local cache (default is 'false'). - useCloudCache: false # <--= Ditch the cloud cache (default is 'true'). + useCloudCache: true - name: setup dev on Windows if: inputs.os == 'windows-latest' diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 5c6492ded6..ac85a0805b 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -46,8 +46,8 @@ jobs: with: cmakeVersion: "~4.3.0" # use most recent 4.3.x version useLocalCache: true # <--= Use the local cache (default is 'false'). - useCloudCache: false # <--= Ditch the cloud cache (default is 'true'). - + useCloudCache: true + - name: Get the version and date on Ubuntu and macOS if: inputs.os != 'windows-latest' run: |