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 fe87cfb commit 4578b58Copy full SHA for 4578b58
1 file changed
.github/workflows/make.pas
@@ -250,7 +250,7 @@ TMakeRunner = class
250
Dependencies: array[0..0] of TDependency = (
251
// Examples:
252
// (Kind: TDependencyKind.OPM; Name: 'HashLib'; Ref: ''),
253
- // (Kind: TDependencyKind.GitHub; Name: 'Xor-el/HashLib4Pascal'; Ref: 'enhancement/big-endian-ci-flow'),
+ (Kind: TDependencyKind.GitHub; Name: 'Xor-el/HashLib4Pascal'; Ref: 'enhancement/big-endian-ci-flow')
254
);
255
256
// ---------------------------------------------------------------------------
0 commit comments