@@ -123,7 +123,7 @@ jobs:
123
123
uses : actions/cache@v4
124
124
with :
125
125
path : ./delphifmx/__init__.pyi
126
- key : ${{ runner.os }} -cache-${{ hashFiles('./delphifmx/*') }}
126
+ key : MacOS -cache-${{ hashFiles('./delphifmx/*') }}
127
127
enableCrossOsArchive : true
128
128
129
129
# This build makes delphifmx available for Android
@@ -183,7 +183,7 @@ jobs:
183
183
path : .\delphifmx\__init__.pyi
184
184
key : ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
185
185
restore-keys : |
186
- ${{ runner.os }}-
186
+ ${{ runner.os }}-cache-
187
187
188
188
- name : Set up Python ${{ matrix.python }}
189
189
uses : actions/setup-python@v3
@@ -227,7 +227,7 @@ jobs:
227
227
path : .\delphifmx\__init__.pyi
228
228
key : ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
229
229
restore-keys : |
230
- ${{ runner.os }}-
230
+ ${{ runner.os }}-cache-
231
231
232
232
- name : Set up Python ${{ matrix.python }}
233
233
uses : actions/setup-python@v3
@@ -271,7 +271,7 @@ jobs:
271
271
path : ./delphifmx/__init__.pyi
272
272
key : ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
273
273
restore-keys : |
274
- ${{ runner.os }}-
274
+ ${{ runner.os }}-cache-
275
275
276
276
- name : Set up Python ${{ matrix.python }}
277
277
uses : actions/setup-python@v3
@@ -312,9 +312,9 @@ jobs:
312
312
uses : actions/cache@v4
313
313
with :
314
314
path : ./delphifmx/__init__.pyi
315
- key : ${{ runner.os }} -cache-${{ hashFiles('./delphifmx/*') }}
315
+ key : MacOS -cache-${{ hashFiles('./delphifmx/*') }}
316
316
restore-keys : |
317
- ${{ runner.os }} -
317
+ MacOS-cache -
318
318
enableCrossOsArchive : true
319
319
320
320
- name : Set up Python ${{ matrix.python }}
@@ -356,9 +356,9 @@ jobs:
356
356
uses : actions/cache@v4
357
357
with :
358
358
path : ./delphifmx/__init__.pyi
359
- key : ${{ runner.os }} -cache-${{ hashFiles('./delphifmx/*') }}
359
+ key : MacOS -cache-${{ hashFiles('./delphifmx/*') }}
360
360
restore-keys : |
361
- ${{ runner.os }} -
361
+ MacOS-cache -
362
362
enableCrossOsArchive : true
363
363
364
364
- name : Set up Python ${{ matrix.python }}
0 commit comments