Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeO86 committed Feb 6, 2022
1 parent 8b0505e commit 1470e64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
uses: jurplel/install-qt-action@v2
with:
version: "5.15.2"
arch: "win32_msvc2015"
cached: ${{ steps.cache-qt.outputs.cache-hit }}

- name: Check out repository code
Expand All @@ -113,12 +114,11 @@ jobs:
run: dir "%PROGRAMFILES(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
shell: cmd

- name: QMake && Make
run: |
call "%PROGRAMFILES(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
qmake AWAH-SIP_Codec.pro -spec win32-msvc
nmake
shell: cmd
- name: QMake
run: qmake AWAH-SIP_Codec.pro -spec win32-msvc

- name: Make
run: nmake

- name: WinDeployQT
run: md deploy && copy release\AWAH-SIP_Codec.exe deploy\ && windeployqt --release --no-translations --compiler-runtime deploy\AWAH-SIP_Codec.exe
Expand Down

0 comments on commit 1470e64

Please sign in to comment.