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 4c23c54 commit d8a3749Copy full SHA for d8a3749
.github/workflows/ArduinoBuild.yml
@@ -24,7 +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'"
+ #rp2040_cli_args: --build-property compiler.cpp.extra_flags=-DSKIP_I2C_TEST
28
29
outputs:
30
env: ${{steps.set-env.outputs.env}}
0 commit comments