Skip to content

Commit 61458f8

Browse files
committed
Arduino CI Tests
1 parent f9e889b commit 61458f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
Seeeduino_board_url: https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
2626
rp2040_board_url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
2727
#rp2040_cli_args: --build-property compiler.cpp.extra_flags=-DSKIP_I2C_TEST
28-
rp2040_cli_args:
28+
rp2040_cli_args: blah
2929

3030
outputs:
3131
env: ${{steps.set-env.outputs.env}}
@@ -36,8 +36,8 @@ jobs:
3636
content='${{ toJson(env) }}'
3737
echo $content
3838
content="${content//'%'/'%25'}"
39-
content="${content//$'\n'/''}"
40-
content="${content//$'\r'/''}"
39+
content="${content//$'\n'/' '}"
40+
content="${content//$'\r'/' '}"
4141
echo "env=${content}" >> $GITHUB_OUTPUT
4242
# echo "::set-output name=env::${content}"
4343

0 commit comments

Comments
 (0)