Skip to content

Commit

Permalink
target esp32dev install only
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 18, 2025
1 parent 61de287 commit 33f5955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-offline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33f5955

Please sign in to comment.