Skip to content

Commit 8fbc812

Browse files
committed
chore:try fixing vcvarall path barcoopensource#6
1 parent c906b01 commit 8fbc812

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
steps:
2929
- shell: cmd
3030
run: cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build
31-
run: vcvarsall.bat x64
32-
run: set path=%path%;$GITHUB_WORKSPACE\package\Qt_Static-6.6.0\bin
33-
run: cd $GITHUB_WORKSPACE
34-
run: qmake -v
35-
run: qmake .\installerfw.pro -spec win32-msvc "CONFIG+=qtquickcompiler" -o ${{ env.BUILD_OUTPUT_PATH }}
31+
- run: vcvarsall.bat x64
32+
- run: set path=%path%;$GITHUB_WORKSPACE\package\Qt_Static-6.6.0\bin
33+
- run: cd $GITHUB_WORKSPACE
34+
- run: qmake -v
35+
- run: qmake .\installerfw.pro -spec win32-msvc "CONFIG+=qtquickcompiler" -o ${{ env.BUILD_OUTPUT_PATH }}
3636

3737

3838

0 commit comments

Comments
 (0)