Skip to content

Commit

Permalink
use esp-idf 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 4, 2024
1 parent 05a1628 commit 46b8c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: esp32 build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.1
esp_idf_version: v5.1.2
target: esp32
path: './'
Build-Lilygo-T-Deck:
Expand All @@ -28,6 +28,6 @@ jobs:
- name: esp32s3 build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.1
esp_idf_version: v5.1.2
target: esp32s3
path: './'

0 comments on commit 46b8c83

Please sign in to comment.