We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1354a2 commit 531efd0Copy full SHA for 531efd0
.github/workflows/ArduinoBuild.yml
@@ -24,8 +24,7 @@ jobs:
24
esp8266_board_url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
25
Seeeduino_board_url: https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
26
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: blah
+ rp2040_cli_args: --build-property compiler.cpp.extra_flags=-DSKIP_I2C_TEST
29
30
outputs:
31
env: ${{steps.set-env.outputs.env}}
0 commit comments