We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c52f73 commit ca0d349Copy full SHA for ca0d349
1 file changed
.github/workflows/make.pas
@@ -247,7 +247,7 @@ TMakeRunner = class
247
OPMBaseUrl = 'https://packages.lazarus-ide.org/';
248
GitHubArchiveBaseUrl = 'https://github.com/';
249
250
- Dependencies: array of TDependency = (
+ Dependencies: array[0..-1] of TDependency = (
251
// Examples:
252
// (Kind: TDependencyKind.OPM; Name: 'HashLib'; Ref: ''),
253
// (Kind: TDependencyKind.GitHub; Name: 'Xor-el/SimpleBaseLib4Pascal'; Ref: 'master'),
0 commit comments