Try to invoke the bat file better

This commit is contained in:
Skye Deving 2021-01-26 20:09:16 -06:00
parent 672b315272
commit 51b77403eb

View File

@ -30,7 +30,7 @@ jobs:
host: 'windows' host: 'windows'
target: 'desktop' target: 'desktop'
arch: 'win64_msvc2019_64' arch: 'win64_msvc2019_64'
dir: '${{ github.workspace }}/qt5/' dir: '${{ github.workspace }}/qt5'
install-deps: 'true' install-deps: 'true'
modules: '' modules: ''
cached: ${{ steps.cache-qt.outputs.cache-hit }} cached: ${{ steps.cache-qt.outputs.cache-hit }}
@ -44,7 +44,7 @@ jobs:
- name: qmake - name: qmake
run: | run: |
Invoke-BatchFile "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
qmake qmake
nmake nmake