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 1028c8f commit 257693cCopy full SHA for 257693c
.github/workflows/ArduinoBuild.yml
@@ -25,6 +25,7 @@ jobs:
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:
29
30
outputs:
31
env: ${{steps.set-env.outputs.env}}
@@ -113,7 +114,7 @@ jobs:
113
114
board_urls[Seeeduino]=${{env.Seeeduino_board_url}}
115
board_urls[rp2040]=${{env.rp2040_board_url}}
116
-# cli_args[rp2040]="${{env.rp2040_cli_args}}"
117
+ cli_args[rp2040]="${{env.rp2040_cli_args}}"
118
119
board_name=${{matrix.platform}}
120
0 commit comments