We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c479e7 commit 88d6064Copy full SHA for 88d6064
.github/workflows/cicd_cmake_multi_platform.yml
@@ -39,12 +39,12 @@ jobs:
39
bp :
40
- "lnx_gcc"
41
- "lnx_clang"
42
- - "mac_gcc"
43
- - "mac_clang"
44
- - "mac_Xcode"
45
- - "win11_clang"
46
- - "win11_cl"
47
- - "win10_cl"
+ # - "mac_gcc"
+ # - "mac_clang"
+ # - "mac_Xcode"
+ # - "win11_clang"
+ # - "win11_cl"
+ # - "win10_cl"
48
include:
49
- name: "ubuntu gcc"
50
bp : "lnx_gcc"
@@ -181,7 +181,7 @@ jobs:
181
with:
182
path: |
183
"${{ steps.str1.outputs.dir_cache_local }}"
184
- key : ${{ runner.os }}_local_${{ steps.str1.outputs.date }}
+ key : ${{ runner.os }}-local-${{ steps.str1.outputs.date }}
185
186
## https://github.com/marketplace/actions/install-winget
187
- name: get/install winget
0 commit comments