diff options
| author | hathach <[email protected]> | 2020-04-06 23:33:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 23:33:09 +0700 |
| commit | 19f767317f9f19490e032cbc22de30f16f645e99 (patch) | |
| tree | 014d92fe12ac1968fd91e1a09be630b3bab5049e /.github/workflows | |
| parent | c64db32b82715f7bd1e8a42e5658822741dab99b (diff) | |
more ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_esp32s.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_esp32s.yml b/.github/workflows/build_esp32s.yml index 102e22c60..71155073f 100644 --- a/.github/workflows/build_esp32s.yml +++ b/.github/workflows/build_esp32s.yml @@ -30,5 +30,5 @@ jobs: - name: Build run: | . $HOME/esp-idf/export.sh - python3 tools/build_all.py ${{ matrix.example }} + python3 tools/build_all.py ${{ matrix.example }} esp32s2_saola |
