diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 21:20:47 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 21:20:47 -0600 |
| commit | 6378731cbcb39da81fdb94aacebe6e99c3f310b6 (patch) | |
| tree | d79afb93699567a7282e892391f9f8e429a67548 /.github/workflows | |
| parent | 0f62898bae25753937e4479e525182bd38dc14c9 (diff) | |
Fix sdkconfig
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pio_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index edc157c..ed37c86 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest continue-on-error: true strategy: matrix: |
