Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNitek committed Jun 1, 2024
1 parent 6add2d7 commit 5ea6b7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
- name: Install PlatformIO
run: |
pip install --upgrade platformio
pio pkg update
run: pip install --upgrade platformio
- name: Build
run: pio ci --lib="." --board=esp32dev --project-option="lib_deps=SPI, Wire, adafruit/Adafruit BusIO, adafruit/Adafruit GFX Library"
env:
Expand Down

0 comments on commit 5ea6b7b

Please sign in to comment.