ci: Switch back to pwsh for Windows specific steps

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-02-13 10:19:19 +01:00
parent 3e4eea7c6f
commit 261d673147
1 changed files with 0 additions and 4 deletions

View File

@ -23,12 +23,10 @@ jobs:
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_7Z
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
- name: "Package Installer (Prereqs)"
shell: bash
run: |
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
- name: "Package Installer (Compile)"
shell: bash
run: |
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
- name: "Upload Artifacts"
@ -56,12 +54,10 @@ jobs:
cmake --build "build/temp" --config Speed --target PACKAGE_7Z
cmake --build "build/temp" --config Speed --target PACKAGE_ZIP
- name: "Package Installer (Prereqs)"
shell: bash
run: |
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
- name: "Package Installer (Compile)"
shell: bash
run: |
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
- name: "Upload Artifacts"