diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-19 01:54:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 01:54:28 +0000 |
| commit | 3e1d74f4e18f8ef13b6972495cbc2e4221a0a81b (patch) | |
| tree | 2d3db5d2600dd889736532f636a28e2c20ee34a1 /.github/workflows | |
| parent | 5a5150881f86a7977512f57fada7d008f62d51b5 (diff) | |
Update and rename esp-idf-5.3.1_with-gfx.yml to esp-idf-with-gfx.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/esp-idf-with-gfx.yml (renamed from .github/workflows/esp-idf-5.3.1_with-gfx.yml) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/esp-idf-5.3.1_with-gfx.yml b/.github/workflows/esp-idf-with-gfx.yml index 32d9f27..4502abe 100644 --- a/.github/workflows/esp-idf-5.3.1_with-gfx.yml +++ b/.github/workflows/esp-idf-with-gfx.yml @@ -1,4 +1,4 @@ -name: esp-idf 5.3.1 with Adafruit GFX Library +name: esp-idf with Adafruit GFX Library on: push: @@ -12,7 +12,7 @@ on: jobs: build: - name: esp-idf 5.3.1 with Adafruit GFX + name: esp-idf 5.3.2 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.1 + esp_idf_version: v5.3.2 target: esp32 path: 'examples/esp-idf/with-gfx' |
