File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 7070 - if : " !contains(matrix.arch, 'amd64')"
7171 name : Restore cross-compiled Qt from cache
7272 id : restore-qt-cross
73- uses : jlanga /cache/restore@remove-files
73+ uses : actions /cache/restore@v4
7474 with :
7575 path : ./qt-cross/
7676 key : qt-cross-${{ runner.os }}-${{ matrix.qt-version }}-${{ matrix.qt-target }}-${{ matrix.qt-modules }}-${{ matrix.arch }}
@@ -87,15 +87,19 @@ jobs:
8787 shell : bash
8888 run : .ci/build_qt6.sh "${{ matrix.qt-version }}" "${{ matrix.qt-modules }}" "${{ matrix.arch }}"
8989 - if : " !contains(matrix.arch, 'amd64') && steps.restore-qt-cross.outputs.cache-hit != 'true'"
90- name : Cache and remove cross-compiled Qt
90+ name : Cache cross-compiled Qt
9191 id : cache-qt-cross
92- uses : jlanga /cache/save@remove-files
92+ uses : actions /cache/save@v4
9393 with :
9494 path : ./qt-cross/
9595 key : qt-cross-${{ runner.os }}-${{ matrix.qt-version }}-${{ matrix.qt-target }}-${{ matrix.qt-modules }}-${{ matrix.arch }}
96+ - if : " !contains(matrix.arch, 'amd64')"
97+ name : Remove cross-compiled Qt
98+ run : rm -rf qt-cross
99+ shell : bash
96100 - if : " !contains(matrix.arch, 'amd64') && steps.restore-qt-cross.outputs.cache-hit != 'true'"
97101 name : Restore cross-compiled Qt from cache
98- uses : jlanga /cache/restore@remove-files
102+ uses : actions /cache/restore@v4
99103 with :
100104 path : ./qt-cross/
101105 key : qt-cross-${{ runner.os }}-${{ matrix.qt-version }}-${{ matrix.qt-target }}-${{ matrix.qt-modules }}-${{ matrix.arch }}
Original file line number Diff line number Diff line change 8282 - if : " !contains(matrix.arch, 'amd64')"
8383 name : Restore cross-compiled Qt from cache
8484 id : restore-qt-cross
85- uses : jlanga /cache/restore@remove-files
85+ uses : actions /cache/restore@v4
8686 with :
8787 path : ./qt-cross/
8888 key : qt-cross-${{ runner.os }}-${{ matrix.qt-version }}-${{ matrix.qt-target }}-${{ matrix.qt-modules }}-${{ matrix.arch }}
@@ -99,15 +99,19 @@ jobs:
9999 shell : bash
100100 run : .ci/build_qt6.sh "${{ matrix.qt-version }}" "${{ matrix.qt-modules }}" "${{ matrix.arch }}"
101101 - if : " !contains(matrix.arch, 'amd64') && steps.restore-qt-cross.outputs.cache-hit != 'true'"
102- name : Cache and remove cross-compiled Qt
102+ name : Cache cross-compiled Qt
103103 id : cache-qt-cross
104- uses : jlanga /cache/save@remove-files
104+ uses : actions /cache/save@v4
105105 with :
106106 path : ./qt-cross/
107107 key : qt-cross-${{ runner.os }}-${{ matrix.qt-version }}-${{ matrix.qt-target }}-${{ matrix.qt-modules }}-${{ matrix.arch }}
108+ - if : " !contains(matrix.arch, 'amd64')"
109+ name : Remove cross-compiled Qt
110+ run : rm -rf qt-cross
111+ shell : bash
108112 - if : " !contains(matrix.arch, 'amd64') && steps.restore-qt-cross.outputs.cache-hit != 'true'"
109113 name : Restore cross-compiled Qt from cache
110- uses : jlanga /cache/restore@remove-files
114+ uses : actions /cache/restore@v4
111115 with :
112116 path : ./qt-cross/
113117 key : qt-cross-${{ runner.os }}-${{ matrix.qt-version }}-${{ matrix.qt-target }}-${{ matrix.qt-modules }}-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments