Skip to content

Commit

Permalink
Update espidf-compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 authored Jun 8, 2024
1 parent 80e94e1 commit 2d42ffe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/espidf-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
fail-fast: false
matrix:
idf_version:
- release-v4.4
- release-v5.0
- release-v5.1
- release-v5.2
- release-v5.3
idf_target:
- esp32
- esp32s2
Expand All @@ -39,7 +43,4 @@ jobs:
esp_idf_version: ${{ matrix.idf_version }}
target: ${{ matrix.idf_target }}
path: 'GetStarted'
with:
esp_idf_version: ${{ matrix.idf_version }}
target: ${{ matrix.idf_target }}
path: 'PlayPeriodic'

0 comments on commit 2d42ffe

Please sign in to comment.