Skip to content

Commit cfdde22

Browse files
committed
Arduino CI Tests
1 parent 0cb993c commit cfdde22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ArduinoBuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
esp8266_board_url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
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
27-
rp2040_cli_args: --build-property compiler.cpp.extra_flags=-DSKIP_I2C_TEST
28-
#rp2040_cli_args:
27+
#rp2040_cli_args: --build-property compiler.cpp.extra_flags=-DSKIP_I2C_TEST
28+
rp2040_cli_args:
2929

3030
outputs:
3131
env: ${{steps.set-env.outputs.env}}
@@ -37,8 +37,8 @@ jobs:
3737
content="${content//'%'/'%25'}"
3838
content="${content//$'\n'/'%0A'}"
3939
content="${content//$'\r'/'%0D'}"
40-
# echo "env=${content}" >> $GITHUB_OUTPUT
41-
echo "::set-output name=env::${content}"
40+
echo "env=${content}" >> $GITHUB_OUTPUT
41+
# echo "::set-output name=env::${content}"
4242
4343
build:
4444
name: ${{matrix.board}}@${{matrix.platform-version}}

0 commit comments

Comments
 (0)