mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
action: windows action remove comment line
This commit is contained in:
parent
df1c965c6f
commit
ec3f93f34e
1
.github/workflows/windows-6.2.yml
vendored
1
.github/workflows/windows-6.2.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
1
.github/workflows/windows-PR-check.yml
vendored
1
.github/workflows/windows-PR-check.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue