Skip to content

Commit df749bd

Browse files
updated
1 parent 046fe1e commit df749bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)