Skip to content

Commit

Permalink
Fix IDF versions in github actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Feb 17, 2024
1 parent 4f8fa61 commit 0dec263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
fail-fast: true
matrix:
targets: [esp32, esp32s3]
espidf: [v4.4, v5.0, v5.1, v5.2]
espidf: [v4.4.6, v5.0.5, v5.1.2, v5.2]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: esp-idf build
uses: Fishwaldo/esp-idf-ci-action@v1.2
uses: Fishwaldo/esp-idf-ci-action@v1
with:
esp_idf_version: ${{ matrix.espidf }}
target: ${{ matrix.targets }}
Expand Down

0 comments on commit 0dec263

Please sign in to comment.