Skip to content

Commit

Permalink
build: fixing beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 21, 2024
1 parent e42e013 commit f6f89ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:

strategy:
matrix:
version: [v5.2.3, v5.3.2, v5.4-beta]
version: [v5.2.3, v5.3.2, v5.4-beta2]
target: [esp32, esp32c3, esp32c6, esp32s3]

steps:
- name: ccache
uses: hendrikmuhs/[email protected]

- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f6f89ee

Please sign in to comment.