Skip to content

Commit 88d6064

Browse files
committed
[cicd_cmake_multi_platform.yml] local cache does not work as expected 5
1 parent 3c479e7 commit 88d6064

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cicd_cmake_multi_platform.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
bp :
4040
- "lnx_gcc"
4141
- "lnx_clang"
42-
- "mac_gcc"
43-
- "mac_clang"
44-
- "mac_Xcode"
45-
- "win11_clang"
46-
- "win11_cl"
47-
- "win10_cl"
42+
# - "mac_gcc"
43+
# - "mac_clang"
44+
# - "mac_Xcode"
45+
# - "win11_clang"
46+
# - "win11_cl"
47+
# - "win10_cl"
4848
include:
4949
- name: "ubuntu gcc"
5050
bp : "lnx_gcc"
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
path: |
183183
"${{ steps.str1.outputs.dir_cache_local }}"
184-
key : ${{ runner.os }}_local_${{ steps.str1.outputs.date }}
184+
key : ${{ runner.os }}-local-${{ steps.str1.outputs.date }}
185185

186186
## https://github.com/marketplace/actions/install-winget
187187
- name: get/install winget

0 commit comments

Comments
 (0)