diff options
| author | hathach <[email protected]> | 2020-04-18 16:05:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-18 16:05:23 +0700 |
| commit | 836c70e80d044b9a49d12183fbc7c294ec0202b0 (patch) | |
| tree | 3f9627f395373eba2c23b5c01a80188f4cb0f80f /.github | |
| parent | 7691db0e9ea5680d9224805b8515870e2d2170bc (diff) | |
pul idf latest
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84a7abe99..2ef6aaad7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ jobs: - name: failed run: | docker --version + docker pull espressif/idf:latest exit 1 # Unit testing with Ceedling |
