File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,11 @@ jobs:
21
21
compiler :
22
22
- llvm
23
23
- gcc
24
- cmake :
25
- - true
26
24
vcvarsall :
27
25
- true
28
26
include :
29
27
- os : " windows-2022"
30
28
compiler : " msvc"
31
- cmake : true
32
29
vcvarsall : true
33
30
- os : " windows-2022"
34
31
compiler : " msvc"
55
52
${{ env.XDG_CACHE_HOME }}/vcpkg/archives
56
53
${{ env.LOCALAPPDATA }}\vcpkg\archives
57
54
${{ env.APPDATA }}\vcpkg\archives
58
- key : ${{ runner.os }}-${{ matrix.compiler }}-${{ env.BUILD_TYPE }}-${{ hashFiles('**/CMakeLists.txt', './vcpkg.json')}}-${{ matrix.cmake }}
55
+ key : ${{ runner.os }}-${{ matrix.compiler }}-${{ env.BUILD_TYPE }}-${{ hashFiles('**/CMakeLists.txt', './vcpkg.json')}}
59
56
restore-keys : |
60
57
${{ runner.os }}-${{ env.BUILD_TYPE }}-
61
58
64
61
with :
65
62
compiler : ${{ matrix.compiler }}
66
63
vcvarsall : ${{ contains(matrix.os, 'windows') && matrix.vcvarsall }}
67
- cmake : ${{ matrix.cmake }}
64
+ cmake : ${{ !contains( matrix.os, 'macos-14') }}
68
65
ninja : true
69
66
vcpkg : true
70
67
conan : 2.6.0
You can’t perform that action at this time.
0 commit comments