File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}}
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}}
You can’t perform that action at this time.
0 commit comments