target esp32dev install only
This commit is contained in:
parent
61de28781a
commit
33f5955ab3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-offline-tests.yml
vendored
4
.github/workflows/run-offline-tests.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
uses: wokwi/wokwi-ci-server-action@v1
|
||||
- name: Install Wokwi CLI
|
||||
run: curl -L https://wokwi.com/ci/install.sh | sh
|
||||
- name: Install platformIO libraries
|
||||
run: pio lib install
|
||||
- name: Install PIO Libraries for esp32dev target
|
||||
run: pio pkg install --environment=esp32dev
|
||||
- name: Build PlatformIO Project
|
||||
run: platformio run --environment esp32dev
|
||||
- name: Move new build file to test folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue