Skip to content

Commit ebd238b

Browse files
committed
fixup! ci(build): dynamically create the build matrix
1 parent f619bc8 commit ebd238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def output_matrix(matrix):
2525
matrix_string = json.dumps(matrix)
2626
logging.info("Writing matrix data to: %s", GITHUB_PATH)
2727
with GITHUB_PATH.open("a", encoding="utf-8") as file:
28-
file.write(f"matrix='{matrix_string}'\n")
28+
file.write(f"matrix={matrix_string}\n")
2929

3030

3131
def unpack_os_set(platform, os_set):

0 commit comments

Comments
 (0)