Skip to content

Commit 716b8e3

Browse files
committed
Reduce size limit for ccache to 200 MB
- see #301
1 parent 8a33ce7 commit 716b8e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: hendrikmuhs/[email protected]
5656
with:
5757
key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }}
58+
max-size: "200M"
5859

5960
- name: Build PythonQt
6061
run: |
@@ -214,6 +215,7 @@ jobs:
214215
uses: hendrikmuhs/[email protected]
215216
with:
216217
key: ${{ runner.os }}-${{ matrix.qt-version }}
218+
max-size: "200M"
217219

218220
- name: Detect exact versions
219221
id : versions

.github/workflows/build_latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: hendrikmuhs/[email protected]
5151
with:
5252
key: ${{ runner.os }}-${{ matrix.qt-version }}
53+
max-size: "200M"
5354
if: ${{ matrix.os == 'ubuntu' }}
5455

5556
- name: Set environment

0 commit comments

Comments
 (0)