Skip to content

Commit 1e399b8

Browse files
committed
Increase ccache size
1 parent 0877225 commit 1e399b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: hendrikmuhs/[email protected]
2020
with:
2121
key: macos
22+
max-size: 800M
2223

2324
- name: Configure CMake
2425
working-directory: ${{github.workspace}}
@@ -88,6 +89,7 @@ jobs:
8889
uses: hendrikmuhs/[email protected]
8990
with:
9091
key: macos-legacy
92+
max-size: 800M
9193

9294
- name: Configure CMake
9395
working-directory: ${{github.workspace}}
@@ -156,6 +158,7 @@ jobs:
156158
uses: hendrikmuhs/[email protected]
157159
with:
158160
key: win64
161+
max-size: 800M
159162

160163
- name: Set up MSVC environment
161164
uses: ilammy/msvc-dev-cmd@v1
@@ -216,6 +219,7 @@ jobs:
216219
uses: hendrikmuhs/[email protected]
217220
with:
218221
key: win32
222+
max-size: 800M
219223

220224
- name: Configure CMake
221225
working-directory: ${{github.workspace}}
@@ -320,6 +324,7 @@ jobs:
320324
uses: hendrikmuhs/[email protected]
321325
with:
322326
key: ${{ matrix.name }}
327+
max-size: 800M
323328

324329
- name: Configure
325330
working-directory: ${{github.workspace}}
@@ -410,6 +415,7 @@ jobs:
410415
uses: hendrikmuhs/[email protected]
411416
with:
412417
key: ${{ matrix.name }}
418+
max-size: 800M
413419

414420
- name: Configure
415421
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)