Skip to content

Commit

Permalink
print the key value
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 5, 2024
1 parent 01a4431 commit 9584901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ struct GenerateMatrices: ParsableCommand {

// I’m assuming the JSONSerialization output has no newlines
let keyValue = try "matrix=\(String(decoding: JSONSerialization.data(withJSONObject: matrix), as: UTF8.self))"
fputs(keyValue, stderr)
print(keyValue)
}
}
Expand Down

0 comments on commit 9584901

Please sign in to comment.