Remove old PIO target from CI

This commit is contained in:
Scott Bezek 2022-10-05 22:33:43 -07:00
parent b286cfabe1
commit 8241473226

View File

@ -41,10 +41,3 @@ jobs:
run: |
pio run -d ./firmware \
-e view \
- name: Build Firmware (handheld_tdisplay)
# Run regardless of other build step failures, as long as setup steps completed
if: always() && steps.pio_install.outcome == 'success'
run: |
pio run -d ./firmware \
-e handheld_tdisplay \