diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-19 01:58:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 01:58:25 +0000 |
| commit | 869078befbde5ab34cf5707fe4d0d35a6c37d4b8 (patch) | |
| tree | e1b1c5064619a8bf2b7c70d2cf0e07317d7841af /.github/workflows | |
| parent | 839443fdf6701e49cfc17087794fc7c5db05e9c7 (diff) | |
Update esp-idf-with-gfx.yml
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 4502abe..1a83d47 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.3.2 with Adafruit GFX + name: esp-idf 5.1.4 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.3.2 + esp_idf_version: v5.1.4 target: esp32 path: 'examples/esp-idf/with-gfx' |
