Skip to content

Commit 33f5955

Browse files
committed
target esp32dev install only
1 parent 61de287 commit 33f5955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-offline-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: wokwi/wokwi-ci-server-action@v1
2929
- name: Install Wokwi CLI
3030
run: curl -L https://wokwi.com/ci/install.sh | sh
31-
- name: Install platformIO libraries
32-
run: pio lib install
31+
- name: Install PIO Libraries for esp32dev target
32+
run: pio pkg install --environment=esp32dev
3333
- name: Build PlatformIO Project
3434
run: platformio run --environment esp32dev
3535
- name: Move new build file to test folder

0 commit comments

Comments
 (0)