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 ca0d349 commit fe87cfbCopy full SHA for fe87cfb
1 file changed
.github/workflows/make.pas
@@ -247,10 +247,10 @@ TMakeRunner = class
247
OPMBaseUrl = 'https://packages.lazarus-ide.org/';
248
GitHubArchiveBaseUrl = 'https://github.com/';
249
250
- Dependencies: array[0..-1] of TDependency = (
+ Dependencies: array[0..0] of TDependency = (
251
// Examples:
252
// (Kind: TDependencyKind.OPM; Name: 'HashLib'; Ref: ''),
253
- // (Kind: TDependencyKind.GitHub; Name: 'Xor-el/SimpleBaseLib4Pascal'; Ref: 'master'),
+ // (Kind: TDependencyKind.GitHub; Name: 'Xor-el/HashLib4Pascal'; Ref: 'enhancement/big-endian-ci-flow'),
254
);
255
256
// ---------------------------------------------------------------------------
0 commit comments