Skip to content

Commit 5c21c8e

Browse files
authored
[CI] Increase size of build ccache storage (#221)
1 parent b82d269 commit 5c21c8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
key: ${{ github.job }}
5555
create-symlink: true
56+
max-size: 1G
5657
- name: CMake configure
5758
run: >
5859
cmake -S . -B build
@@ -132,6 +133,7 @@ jobs:
132133
with:
133134
key: ${{ github.job }}
134135
create-symlink: true
136+
max-size: 1G
135137
- name: CMake configure
136138
run: >
137139
cmake -S . -B build
@@ -205,6 +207,7 @@ jobs:
205207
with:
206208
key: ${{ github.job }}
207209
create-symlink: true
210+
max-size: 1G
208211
- name: CMake configure
209212
run: >
210213
cmake -S . -B build
@@ -284,6 +287,7 @@ jobs:
284287
with:
285288
key: ${{ github.job }}
286289
create-symlink: true
290+
max-size: 1G
287291
- name: CMake configure
288292
run: >
289293
cmake -S . -B build
@@ -354,6 +358,7 @@ jobs:
354358
with:
355359
key: ${{ github.job }}
356360
create-symlink: true
361+
max-size: 1G
357362
- name: CMake configure
358363
run: >
359364
cmake -S . -B build
@@ -420,6 +425,7 @@ jobs:
420425
with:
421426
key: ${{ github.job }}
422427
create-symlink: true
428+
max-size: 1G
423429
- name: CMake configure
424430
run: >
425431
cmake -S . -B build
@@ -498,6 +504,7 @@ jobs:
498504
with:
499505
key: ${{ github.job }}
500506
create-symlink: true
507+
max-size: 1G
501508
- name: CMake configure
502509
run: >
503510
cmake -S . -B build
@@ -569,6 +576,7 @@ jobs:
569576
with:
570577
key: ${{ github.job }}
571578
create-symlink: true
579+
max-size: 1G
572580
- name: CMake configure
573581
run: >
574582
cmake -S . -B build
@@ -897,6 +905,7 @@ jobs:
897905
with:
898906
key: ${{ github.job }}
899907
create-symlink: true
908+
max-size: 1G
900909
- name: CMake configure
901910
run: >
902911
cmake -S . -B build
@@ -984,6 +993,7 @@ jobs:
984993
with:
985994
key: ${{ github.job }}
986995
create-symlink: true
996+
max-size: 1G
987997
- name: CMake configure
988998
run: >
989999
cmake -S . -B build

0 commit comments

Comments
 (0)