mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
ci: Switch back to pwsh for Windows specific steps
This commit is contained in:
parent
3e4eea7c6f
commit
261d673147
1 changed files with 0 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -23,12 +23,10 @@ jobs:
|
||||||
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_7Z
|
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_7Z
|
||||||
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
|
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
|
||||||
- name: "Package Installer (Prereqs)"
|
- name: "Package Installer (Prereqs)"
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
|
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
|
||||||
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
|
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
|
||||||
- name: "Package Installer (Compile)"
|
- name: "Package Installer (Compile)"
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
|
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
|
||||||
- name: "Upload Artifacts"
|
- 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_7Z
|
||||||
cmake --build "build/temp" --config Speed --target PACKAGE_ZIP
|
cmake --build "build/temp" --config Speed --target PACKAGE_ZIP
|
||||||
- name: "Package Installer (Prereqs)"
|
- name: "Package Installer (Prereqs)"
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
|
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
|
||||||
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
|
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
|
||||||
- name: "Package Installer (Compile)"
|
- name: "Package Installer (Compile)"
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
|
& 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe' /Qp ".\build\64\installer.iss"
|
||||||
- name: "Upload Artifacts"
|
- name: "Upload Artifacts"
|
||||||
|
|
Loading…
Reference in a new issue