target esp32dev install only

This commit is contained in:
brentru 2025-02-18 12:46:06 -05:00
parent 61de28781a
commit 33f5955ab3

View file

@ -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