Skip to content

Commit 8329fe4

Browse files
committed
Fix unchanged variable
1 parent 875d7f4 commit 8329fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_set_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def get_settings(board):
230230

231231
# Set the step outputs for each architecture
232232
for build_job in build_job_to_boards:
233-
set_output(f"boards-{build_job}", json.dumps(build_job_to_boards[arch]))
233+
set_output(f"boards-{build_job}", json.dumps(build_job_to_boards[build_job]))
234234

235235

236236
def set_docs_to_build(build_doc: bool):

0 commit comments

Comments
 (0)