Merge branch 'main' into feature/cicd_selfhost2

This commit is contained in:
SoftFever
2026-03-19 18:19:48 +08:00
6 changed files with 25 additions and 5 deletions

View File

@@ -115,7 +115,9 @@ jobs:
name: ${{ github.sha }}-tests
- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.28.0" # use most recent 3.28.x version
cmakeVersion: "~4.3.0" # use most recent 4.3.x version
useLocalCache: true # <--= Use the local cache (default is 'false').
useCloudCache: true
- name: Unpackage and Run Unit Tests
timeout-minutes: 20
run: |