File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 needs : check_commit_msg
4040 if : ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}
4141 name : Linux Static ${{ matrix.build_type }}
42- runs-on : ubuntu-20.04
42+ runs-on : ubuntu-latest
43+ container : ubuntu:20.04
44+ env :
45+ CCACHE_DIR : ${{ github.workspace }}/.ccache
46+ TZ : Asia/Shanghai
47+ DEBIAN_FRONTEND : noninteractive
4348
4449 steps :
4550 - name : Get the version
6166 - name : Install Qt
6267 run : |
6368 cd ..
64- wget https://github.com/Project-LemonLime/qt5ci/releases/latest/download/qt-6.7 -static-linux.tar.gz
65- tar -zxvf qt-6.7 -static-linux.tar.gz
69+ wget https://github.com/Project-LemonLime/qt5ci/releases/latest/download/qt-6.9 -static-linux.tar.gz
70+ tar -zxvf qt-6.9 -static-linux.tar.gz
6671 - name : Build
6772 run : |
6873 cd ..
Original file line number Diff line number Diff line change 2121 os : [macos-latest]
2222 build_type : [Release, RelWithDebInfo]
2323 arch : [x86_64, arm64]
24- qt_ver : [6.7.2 ]
24+ qt_ver : [6.9.3 ]
2525 qt_arch : [clang_64]
2626 env :
2727 targetName : lemon
Original file line number Diff line number Diff line change 2121 name : Build
2222 strategy :
2323 matrix :
24- qt_version : [6.7.2 ]
24+ qt_version : [6.9.3 ]
2525 build_type : [Release, RelWithDebInfo]
2626 platform : [windows-latest]
2727 include :
Original file line number Diff line number Diff line change 1- 271
1+ 272
You can’t perform that action at this time.
0 commit comments