File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,15 @@ jobs:
121121
122122 fbqn_extras[d1_mini]="${{env.d1_mini_fbqn_extra}}"
123123
124- board_name=${{matrix.platform}}
124+ platform_name=${{matrix.platform}}
125+ board_name=${{matrix.board}}
125126
126- board_url=${board_urls[$board_name ]}
127- board_args=${cli_args[$board_name ]}
127+ board_url=${board_urls[$platform_name ]}
128+ board_args=${cli_args[$platform_name ]}
128129 fqbn_extra=${fbqn_extras[$board_name]}
129130
130131 platform=${{matrix.platform}}:${{matrix.archi}}@${{matrix.platform-version}}
131- fbqn=" ${{matrix.platform}}:${{matrix.archi}}:${{matrix.board}}$fqbn_extra"
132+ fbqn=${{matrix.platform}}:${{matrix.archi}}:${{matrix.board}}${ fqbn_extra}
132133
133134 echo "ARDUINO_PLATFORM=$platform" >> $GITHUB_ENV
134135 echo "ARDUINO_PLATFORM_URL=$board_url" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments