Skip to content

Commit

Permalink
Fix CI matrix regarding IDF versions
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
  • Loading branch information
pguyot committed May 10, 2024
1 parent bc4ba23 commit 7f24913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- 'v5.1.3'
- 'v5.2.1'

container: espressif/idf:release-v5.2
container: espressif/idf:release-${matrix.idf-version}
steps:
- name: Checkout AtomVM
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f24913

Please sign in to comment.