File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
- name : Setup ccache
108
108
if : runner.os != 'Windows' && inputs.build_type == 'Debug'
109
- uses : hendrikmuhs/ccache-action@v1.2.1
109
+ uses : hendrikmuhs/ccache-action@v1.2.18
110
110
with :
111
111
key : ${{ matrix.os }}-qt${{ matrix.qt_ver }}
112
112
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : Retrieve ccache cache (Windows)
130
130
if : runner.os == 'Windows' && inputs.build_type == 'Debug'
131
- uses : actions/cache@v4.2 .3
131
+ uses : actions/cache@v3.4 .3
132
132
with :
133
133
path : ' ${{ github.workspace }}\.ccache'
134
134
key : ${{ matrix.os }}-qt${{ matrix.qt_ver }}
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15 ) # minimum version required by QuaZip
2
2
3
- if (WIN32 )
4
- # In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows
5
- cmake_policy (SET CMP0020 OLD )
6
- endif ()
3
+ # if(WIN32)
4
+ # # In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows
5
+ # cmake_policy(SET CMP0020 OLD)
6
+ # endif()
7
7
8
8
project (Launcher )
9
9
You can’t perform that action at this time.
0 commit comments