File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/cache@v3
27
27
with :
28
28
path : build
29
- key : win-build-${{ hashFiles('CMakeLists.txt') }}
30
- restore-keys : win-build-
29
+ key : win-build
30
+ restore-keys : win-build
31
31
32
32
- name : Run Windows Build Script
33
33
shell : pwsh
43
43
uses : actions/cache@v3
44
44
with :
45
45
path : build
46
- key : win_arm-build-${{ hashFiles('CMakeLists.txt') }}
47
- restore-keys : win_arm-build-
46
+ key : win_arm-build
47
+ restore-keys : win_arm-build
48
48
49
49
- name : Run Windows Build Script
50
50
shell : pwsh
59
59
- name : Checkout Code
60
60
uses : actions/checkout@v4.2.2
61
61
62
- - name : Prepare Dependencies Folder
63
- run : mkdir -p dependencies
64
-
65
62
- name : Cache Dependencies and Homebrew
66
63
uses : actions/cache@v3
67
64
with :
75
72
uses : actions/cache@v3
76
73
with :
77
74
path : build
78
- key : macOS-build-${{ hashFiles('CMakeLists.txt') }}
79
- restore-keys : macOS-build-
75
+ key : macOS-build
76
+ restore-keys : macOS-build
80
77
81
78
- name : Run macOS Build Script
82
79
run : |
@@ -105,8 +102,8 @@ jobs:
105
102
uses : actions/cache@v3
106
103
with :
107
104
path : build
108
- key : linux-build-${{ hashFiles('CMakeLists.txt') }}
109
- restore-keys : linux-build-
105
+ key : linux-build
106
+ restore-keys : linux-build
110
107
111
108
- name : Run Linux Build Script
112
109
run : |
You can’t perform that action at this time.
0 commit comments