File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5555 uses : hendrikmuhs/ccache-action@v1.2.18
5656 with :
5757 key : ${{ runner.os }}-ubuntu-${{ matrix.container_version }}
58+ max-size : " 200M"
59+ evict-old-files : ' job'
5860
5961 - name : Build PythonQt
6062 run : |
@@ -214,6 +216,8 @@ jobs:
214216 uses : hendrikmuhs/ccache-action@v1.2.18
215217 with :
216218 key : ${{ runner.os }}-${{ matrix.qt-version }}
219+ max-size : " 200M"
220+ evict-old-files : ' job'
217221
218222 - name : Detect exact versions
219223 id : versions
Original file line number Diff line number Diff line change 5050 uses : hendrikmuhs/ccache-action@v1.2.18
5151 with :
5252 key : ${{ runner.os }}-${{ matrix.qt-version }}
53+ max-size : " 200M"
54+ evict-old-files : ' job'
5355 if : ${{ matrix.os == 'ubuntu' }}
5456
5557 - name : Set environment
You can’t perform that action at this time.
0 commit comments