minor change

This commit is contained in:
SoftFever
2026-03-19 16:08:44 +08:00
parent 4ffe260228
commit 838605690b
3 changed files with 4 additions and 4 deletions

View File

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