File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Install platform
2929 run : |
30- Get-Location
31- New-Item -Path Sketches
32- Get-ChildItem -Recurse
33-
3430 arduino-cli config init
3531 arduino-cli config add board_manager.additional_urls https://arduino.esp8266.com/stable/package_esp8266com_index.json
3632 arduino-cli config add board_manager.additional_urls https://drazzy.com/package_drazzy.com_index.json
@@ -39,11 +35,11 @@ jobs:
3935 arduino-cli config set directories.user "$PWD\Sketches"
4036 arduino-cli config dump
4137
42- Get-ChildItem $env:LOCALAPPDATA\Arduino15
43-
4438 arduino-cli core update-index
4539 arduino-cli core install ${{ inputs.platform }}
4640
41+ arduino-cli lib list --all --json
42+
4743 - name : Install Ninja
4844 id : ninja
4945 run : |
You can’t perform that action at this time.
0 commit comments