Skip to content

Commit

Permalink
I cannot install idf.py 4.4.1 on either my Ubuntu 23.10, or MacOS 14 …
Browse files Browse the repository at this point in the history
…systems. Assume users will hit the same issue and remove the build check of this version of the library. The GettingStartedGuide in this repository states that v4.4.3 is the oldest supported. Use that version instead.
  • Loading branch information
Skptak committed Jan 26, 2024
1 parent a99bb2e commit 3e00a03
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 @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
esp_idf_version:
- v4.4.1
- v4.4.3
- v5.0
- v5.1.2
esp_target:
Expand Down

0 comments on commit 3e00a03

Please sign in to comment.