@@ -123,7 +123,7 @@ jobs:
123123 uses : actions/cache@v4
124124 with :
125125 path : ./delphifmx/__init__.pyi
126- key : ${{ runner.os }} -cache-${{ hashFiles('./delphifmx/*') }}
126+ key : MacOS -cache-${{ hashFiles('./delphifmx/*') }}
127127 enableCrossOsArchive : true
128128
129129 # This build makes delphifmx available for Android
@@ -183,7 +183,7 @@ jobs:
183183 path : .\delphifmx\__init__.pyi
184184 key : ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
185185 restore-keys : |
186- ${{ runner.os }}-
186+ ${{ runner.os }}-cache-
187187
188188 - name : Set up Python ${{ matrix.python }}
189189 uses : actions/setup-python@v3
@@ -227,7 +227,7 @@ jobs:
227227 path : .\delphifmx\__init__.pyi
228228 key : ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
229229 restore-keys : |
230- ${{ runner.os }}-
230+ ${{ runner.os }}-cache-
231231
232232 - name : Set up Python ${{ matrix.python }}
233233 uses : actions/setup-python@v3
@@ -271,7 +271,7 @@ jobs:
271271 path : ./delphifmx/__init__.pyi
272272 key : ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
273273 restore-keys : |
274- ${{ runner.os }}-
274+ ${{ runner.os }}-cache-
275275
276276 - name : Set up Python ${{ matrix.python }}
277277 uses : actions/setup-python@v3
@@ -312,9 +312,9 @@ jobs:
312312 uses : actions/cache@v4
313313 with :
314314 path : ./delphifmx/__init__.pyi
315- key : ${{ runner.os }} -cache-${{ hashFiles('./delphifmx/*') }}
315+ key : MacOS -cache-${{ hashFiles('./delphifmx/*') }}
316316 restore-keys : |
317- ${{ runner.os }} -
317+ MacOS-cache -
318318 enableCrossOsArchive : true
319319
320320 - name : Set up Python ${{ matrix.python }}
@@ -356,9 +356,9 @@ jobs:
356356 uses : actions/cache@v4
357357 with :
358358 path : ./delphifmx/__init__.pyi
359- key : ${{ runner.os }} -cache-${{ hashFiles('./delphifmx/*') }}
359+ key : MacOS -cache-${{ hashFiles('./delphifmx/*') }}
360360 restore-keys : |
361- ${{ runner.os }} -
361+ MacOS-cache -
362362 enableCrossOsArchive : true
363363
364364 - name : Set up Python ${{ matrix.python }}
0 commit comments