diff options
| author | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:54:37 -0600 |
|---|---|---|
| committer | Elliot Matson <ematson5897@gmail.com> | 2023-01-29 20:54:37 -0600 |
| commit | a775b3a62ea2405afe20363fbfdbe1ff6c956bd9 (patch) | |
| tree | f2712b61b1a9e0b26080dc75a2a8d3423686b596 /.github/workflows | |
| parent | 28acbea6d368ad931e39c5a6561d52aeeddda8f3 (diff) | |
testing time with cache
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 127694a..e15bf15 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: |
