We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a33ce7 commit 716b8e3Copy full SHA for 716b8e3
.github/workflows/build.yml
@@ -55,6 +55,7 @@ jobs:
55
uses: hendrikmuhs/ccache-action@v1.2.18
56
with:
57
key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }}
58
+ max-size: "200M"
59
60
- name: Build PythonQt
61
run: |
@@ -214,6 +215,7 @@ jobs:
214
215
216
217
key: ${{ runner.os }}-${{ matrix.qt-version }}
218
219
220
- name: Detect exact versions
221
id : versions
.github/workflows/build_latest.yml
@@ -50,6 +50,7 @@ jobs:
50
51
52
53
54
if: ${{ matrix.os == 'ubuntu' }}
- name: Set environment
0 commit comments