Skip to content

Commit

Permalink
Fix the build against ESP-IDF master
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 22, 2024
1 parent 0b73ad7 commit 63c1537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
- xtensa-esp32s3-espidf
idf-version:
- release/v4.4
# Temporarily comment out as we don't have support for this tool yet:
# https://github.com/espressif/esp-idf/commit/48a49c815411a9f829ebe4a5f68166069a21f48c
# - release/v5.2
- v5.2.3
- release/v5.2
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ documentation = "https://docs.esp-rs.org/esp-idf-hal/"
rust-version = "1.75"

[patch.crates-io]
embuild = { git = "https://github.com/esp-rs/embuild" }
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }

[lib]
Expand Down

0 comments on commit 63c1537

Please sign in to comment.