From ab9a6ec56d96fce74eab170d388372306377356a Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 17 Apr 2021 03:29:17 +0200 Subject: [PATCH] ci: (Windows) Show full compile output for InnoSetup --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bf4fe2c..68f0c1ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,7 +95,7 @@ jobs: cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP - name: "StreamFX: Package Installer" run: | - & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /Qp ".\build\temp\installer.iss" + & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /V10 ".\build\temp\installer.iss" - name: "Artifacts" uses: actions/upload-artifact@v1 with: