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 61de287 commit 33f5955Copy full SHA for 33f5955
.github/workflows/run-offline-tests.yml
@@ -28,8 +28,8 @@ jobs:
28
uses: wokwi/wokwi-ci-server-action@v1
29
- name: Install Wokwi CLI
30
run: curl -L https://wokwi.com/ci/install.sh | sh
31
- - name: Install platformIO libraries
32
- run: pio lib install
+ - name: Install PIO Libraries for esp32dev target
+ run: pio pkg install --environment=esp32dev
33
- name: Build PlatformIO Project
34
run: platformio run --environment esp32dev
35
- name: Move new build file to test folder
0 commit comments