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: |