Skip to content

Commit

Permalink
Debug matrix generation
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp committed Feb 17, 2025
1 parent bfaa1ee commit a4a8201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/generate-build-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import copy
import json
import sys

BASE_MATRIX = [
{
Expand Down Expand Up @@ -72,6 +73,7 @@ def main():
config["linkage"] = linkage
matrix.append(config)

print(json.dumps({"include": matrix}), file=sys.stderr)
print(json.dumps({"include": matrix}))


Expand Down

0 comments on commit a4a8201

Please sign in to comment.