Skip to content

Commit ca0d349

Browse files
committed
update const declaration
1 parent 1c52f73 commit ca0d349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ TMakeRunner = class
247247
OPMBaseUrl = 'https://packages.lazarus-ide.org/';
248248
GitHubArchiveBaseUrl = 'https://github.com/';
249249

250-
Dependencies: array of TDependency = (
250+
Dependencies: array[0..-1] of TDependency = (
251251
// Examples:
252252
// (Kind: TDependencyKind.OPM; Name: 'HashLib'; Ref: ''),
253253
// (Kind: TDependencyKind.GitHub; Name: 'Xor-el/SimpleBaseLib4Pascal'; Ref: 'master'),

0 commit comments

Comments
 (0)