diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 20:12:57 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 0cd3351013c294090759a05856df2901d85aa280 (patch) | |
| tree | 71713773fdc0b462ab602dcab3f6612f939d0496 /.github | |
| parent | 51b77403eb5f3b6e883b96d498521607eedc8c17 (diff) | |
Change the windows again
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d6bc889..bc4e82a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,12 @@ jobs: extra: '--external 7z' - name: qmake + shell: cmd run: | call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + qmake -v qmake + set CL=/MP nmake - name: Upload Artifact |
