ci: Fix setup build with newer Inno-Setup-Action versions #135
build-test.yml
on: push
Determine revision number
5s
Debian Testing
12m 29s
Ubuntu LTS
12m 50s
Windows
14m 23s
Annotations
1 error, 1 warning, and 1 notice
|
Windows
Usage: iscc [options] scriptfile.iss
or to read from standard input: iscc [options] -
Options:
/O(+|-) Enable or disable output (overrides Output)
/O<path> Output files to specified path (overrides OutputDir)
/F<filename> Specifies an output filename (overrides OutputBaseFilename)
/S<name>=<command> Sets a SignTool with the specified name and command
(Any Sign Tools configured using the Compiler IDE will be specified automatically)
/Q Quiet compile (print error messages only)
/Qp Enable quiet compile while still displaying progress
/D<name>[=<value>] Emulate #define public <name> <value>
/$<letter>(+|-) Emulate #pragma option -<letter>(+|-)
/P<letter>(+|-) Emulate #pragma parseroption -<letter>(+|-)
/I<paths> Emulate #pragma include <paths>
/J<filename> Emulate #include <filename>
/{#<string> Emulate #pragma inlinestart <string>
/}<string> Emulate #pragma inlineend <string>
/V<number> Emulate #pragma verboselevel <number>
/? Show this help screen
Examples: iscc "c:\isetup\samples\my script.iss"
iscc /Qp /O"My Output" /F"MyProgram-1.0" /Sbyparam=$p "c:\isetup\samples\my script.iss"
iscc /$c- /Pu+ "/DLic=Trial Lic.txt" /IC:\INC;D:\INC scriptfile.iss
|
|
Windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Minionguyjpro/Inno-Setup-Action@v1.2.5. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Windows
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|