diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 66365042..47777427 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,11 +23,11 @@ jobs: - name: Install intelhex run: pip install --upgrade intelhex - - name: Build Simple_AP - run: | - cd ESP32_AP-Flasher - pio run --environment Simple_AP - pio run --target buildfs --environment Simple_AP +# - name: Build Simple_AP +# run: | +# cd ESP32_AP-Flasher +# pio run --environment Simple_AP +# pio run --target buildfs --environment Simple_AP - name: Build OpenEPaperLink_Mini_AP run: |