File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed 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.2.3 ]
24+ qt_ver : [6.4.0 ]
2525 qt_arch : [clang_64]
2626 env :
2727 targetName : lemon
Original file line number Diff line number Diff line change 44 push :
55 # 忽略README.md
66 paths-ignore :
7- - ' README.md'
8- - ' LICENSE'
9- - ' BUILD.md'
7+ - " README.md"
8+ - " LICENSE"
9+ - " BUILD.md"
1010 # pull_request时触发workflow
1111 pull_request :
1212 # 忽略README.md
1313 paths-ignore :
14- - ' README.md'
15- - ' LICENSE'
16- - ' BUILD.md'
14+ - " README.md"
15+ - " LICENSE"
16+ - " BUILD.md"
1717 release :
1818 types : [published]
1919jobs :
2020 build :
2121 name : Build
2222 strategy :
2323 matrix :
24- qt_version : [6.2.3 ]
24+ qt_version : [6.4.0 ]
2525 build_type : [Release, RelWithDebInfo]
2626 platform : [windows-latest]
2727 include :
@@ -42,15 +42,15 @@ jobs:
4242 - name : Checking out sources
4343 uses : actions/checkout@v2
4444 with :
45- submodules : ' recursive'
45+ submodules : " recursive"
4646 - name : Install Python 3.9 version
4747 uses : actions/setup-python@v1
4848 with :
49- python-version : ' 3.9'
49+ python-version : " 3.9"
5050 architecture : x64
5151 - name : Restoring submodules
5252 run : git submodule update --init
53- # =========================================================================================================
53+ # =========================================================================================================
5454 - name : Install MSVC compiler
5555 uses : ilammy/msvc-dev-cmd@v1
5656 with :
6868 with :
6969 version : ${{ matrix.qt_version }}
7070 arch : ${{ matrix.qtarch }}
71- mirror : ' http://mirrors.ocf.berkeley.edu/qt/'
71+ mirror : " http://mirrors.ocf.berkeley.edu/qt/"
7272 cached : ${{ steps.cache-qt.outputs.cache-hit }}
73- setup-python : ' false'
73+ setup-python : " false"
7474
7575 - name : Win-x64 - ${{ matrix.qt_version }} - Generate Dependencies and Build
7676 shell : bash
Original file line number Diff line number Diff line change 1- 226
1+ 227
You can’t perform that action at this time.
0 commit comments