action: windows action remove comment line

This commit is contained in:
Xiao YiFang 2022-09-09 14:12:11 +08:00
parent df1c965c6f
commit ec3f93f34e
2 changed files with 0 additions and 2 deletions

View file

@ -92,7 +92,6 @@ jobs:
id: build id: build
shell: cmd shell: cmd
run: | run: |
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
qmake "CONFIG+=zim_support" CONFIG+=release qmake "CONFIG+=zim_support" CONFIG+=release
nmake nmake

View file

@ -60,6 +60,5 @@ jobs:
id: build id: build
shell: cmd shell: cmd
run: | run: |
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
qmake "CONFIG+=zim_support" CONFIG+=release qmake "CONFIG+=zim_support" CONFIG+=release
nmake nmake