File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 target : ' desktop'
202202 - name : Set up MSVC environment
203203 run : |
204- call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
204+ "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
205205 set CL=/MP
206206 - name : Build
207207 run : |
@@ -210,7 +210,7 @@ jobs:
210210 cd src
211211 nmake install
212212 cd test
213- call testall.bat
213+ testall.bat
214214 cd ..\..\tools
215215 nmake install
216216 cd ..
@@ -221,7 +221,7 @@ jobs:
221221 nmake install
222222 - name : Test
223223 run : |
224- call tools\releasetest\releasetest.bat
224+ tools\releasetest\releasetest.bat
225225
226226 # build-windows-msvc2019-qt6_7:
227227 # runs-on: windows-latest
You can’t perform that action at this time.
0 commit comments