Skip to content

Commit c95c6a6

Browse files
committed
WIP:runner-test5
1 parent 4e2fda6 commit c95c6a6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run-testsuite.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)