aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-26 20:17:17 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit4429d5e630ff73f8b89555b12035c27d2c859718 (patch)
tree1baed75643524507735b27554ca2ec2e16dc7d54 /.github
parent0cd3351013c294090759a05856df2901d85aa280 (diff)
Add new step for compiler
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bc4e82a4..d4e6c9c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -42,13 +42,12 @@ jobs:
py7zrversion: '==0.11.3'
extra: '--external 7z'
+ - name: Install compiler
+ uses: ilammy/msvc-dev-cmd@v1
+
- 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