diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/esp-idf-with-gfx.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/esp-idf-with-gfx.yml b/.github/workflows/esp-idf-with-gfx.yml index 1a83d47..938332f 100644 --- a/.github/workflows/esp-idf-with-gfx.yml +++ b/.github/workflows/esp-idf-with-gfx.yml @@ -12,7 +12,7 @@ on: jobs: build: - name: esp-idf 5.1.4 with Adafruit GFX + name: esp-idf 5.1.3 with Adafruit GFX runs-on: ubuntu-latest @@ -43,6 +43,6 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.1.4 + esp_idf_version: v5.1.3 target: esp32 path: 'examples/esp-idf/with-gfx' |
