diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2025-02-19 01:44:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 01:44:59 +0000 |
| commit | fc1e54e75f29f86e54329910e3021fc6d34f4052 (patch) | |
| tree | 39b4fdd457c5ffe4d16eaf292a09847a50e3b84e /.github/workflows | |
| parent | 286dc1d2fb23f03be4426184a9aafabc327f3a4b (diff) | |
Update esp-idf-5.1.2_without-gfx.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/esp-idf-5.1.2_without-gfx.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/esp-idf-5.1.2_without-gfx.yml b/.github/workflows/esp-idf-5.1.2_without-gfx.yml index d5137f1..5087316 100644 --- a/.github/workflows/esp-idf-5.1.2_without-gfx.yml +++ b/.github/workflows/esp-idf-5.1.2_without-gfx.yml @@ -1,4 +1,4 @@ -name: esp-idf 5.1.2 without Adafruit GFX Library +name: esp-idf 5.3.1 without Adafruit GFX Library on: push: @@ -12,7 +12,7 @@ on: jobs: build: - name: esp-idf 5.1.2 without Adafruit GFX + name: esp-idf 5.3.1 without Adafruit GFX runs-on: ubuntu-latest @@ -28,6 +28,6 @@ jobs: - name: esp-idf build uses: espressif/esp-idf-ci-action@v1 with: - esp_idf_version: v5.1.2 + esp_idf_version: v5.3.1 target: esp32 path: 'examples/esp-idf/without-gfx' |
