File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,12 +114,13 @@ jobs:
114114 - name : Install Qt
115115 uses : jurplel/install-qt-action@v4.3.1
116116 with :
117- version : ' 6.10.2 '
117+ version : ' 6.11.0 '
118118 host : ' linux'
119119 target : ' desktop'
120120 arch : ' linux_gcc_64'
121121 modules : ' qtimageformats'
122122 cache : true
123+ use-official : true
123124
124125 - name : Configure CMake (Clang)
125126 if : inputs.compiler == 'clang'
Original file line number Diff line number Diff line change @@ -90,12 +90,13 @@ jobs:
9090 - name : Install Qt
9191 uses : jurplel/install-qt-action@v4.3.1
9292 with :
93- version : ' 6.10.2 '
93+ version : ' 6.11.0 '
9494 host : ' mac'
9595 target : ' desktop'
9696 arch : ' clang_64'
9797 modules : ' qtimageformats'
9898 cache : true
99+ use-official : true
99100
100101 - name : Configure CMake
101102 run : |
Original file line number Diff line number Diff line change @@ -80,24 +80,26 @@ jobs:
8080 if : inputs.platform == 'x64'
8181 uses : jurplel/install-qt-action@v4.3.1
8282 with :
83- version : ' 6.10.2 '
83+ version : ' 6.11.0 '
8484 host : ' windows'
8585 target : ' desktop'
8686 arch : ' win64_msvc2022_64'
8787 modules : ' qtimageformats'
8888 cache : true
89+ use-official : true
8990
9091 - name : Install Qt (ARM64)
9192 if : inputs.platform == 'ARM64'
9293 uses : jurplel/install-qt-action@v4.3.1
9394 with :
94- version : ' 6.10.2 '
95+ version : ' 6.11.0 '
9596 host : ' windows_arm64'
9697 target : ' desktop'
9798 arch : ' win64_msvc2022_arm64'
9899 modules : ' qtimageformats'
99100 cache : true
100101 aqtsource : ' git+https://github.com/miurahr/aqtinstall.git'
102+ use-official : true
101103
102104 - name : Configure CMake (MSVC)
103105 if : inputs.compiler == 'msvc'
You can’t perform that action at this time.
0 commit comments