From 51b77403eb5f3b6e883b96d498521607eedc8c17 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Tue, 26 Jan 2021 20:09:16 -0600 Subject: [PATCH] Try to invoke the bat file better --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4653cd..3d6bc88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: host: 'windows' target: 'desktop' arch: 'win64_msvc2019_64' - dir: '${{ github.workspace }}/qt5/' + dir: '${{ github.workspace }}/qt5' install-deps: 'true' modules: '' cached: ${{ steps.cache-qt.outputs.cache-hit }} @@ -44,7 +44,7 @@ jobs: - name: qmake 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 nmake