From ec3f93f34e2b3af516acd495f92e6b8576b51dad Mon Sep 17 00:00:00 2001 From: Xiao YiFang Date: Fri, 9 Sep 2022 14:12:11 +0800 Subject: [PATCH] action: windows action remove comment line --- .github/workflows/windows-6.2.yml | 1 - .github/workflows/windows-PR-check.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/windows-6.2.yml b/.github/workflows/windows-6.2.yml index 0b1a7f80..31109c9b 100644 --- a/.github/workflows/windows-6.2.yml +++ b/.github/workflows/windows-6.2.yml @@ -92,7 +92,6 @@ jobs: id: build shell: cmd 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 nmake diff --git a/.github/workflows/windows-PR-check.yml b/.github/workflows/windows-PR-check.yml index 7997dbcb..750130c6 100644 --- a/.github/workflows/windows-PR-check.yml +++ b/.github/workflows/windows-PR-check.yml @@ -60,6 +60,5 @@ jobs: id: build shell: cmd 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 nmake