Try to invoke the bat file better
This commit is contained in:
parent
672b315272
commit
51b77403eb
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user