From 8241473226a8a975a44c84897eb68dff293aeefa Mon Sep 17 00:00:00 2001 From: Scott Bezek Date: Wed, 5 Oct 2022 22:33:43 -0700 Subject: [PATCH] Remove old PIO target from CI --- .github/workflows/pio.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pio.yml b/.github/workflows/pio.yml index cdf3c89..405a11a 100644 --- a/.github/workflows/pio.yml +++ b/.github/workflows/pio.yml @@ -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 \