mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ci: Upgrade InnoSetup to 6.1.2
This commit is contained in:
parent
8ab8d66977
commit
e17f33d6ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
cmake --build "build/temp" --config RelWithDebInfo --target INSTALL
|
||||
- name: "StreamFX: Package (Install Prerequisites)"
|
||||
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.1.2.exe" "-f" "--retry" "5" "-o" "inno.exe"
|
||||
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
|
||||
- name: "StreamFX: Package"
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue