Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 25, 2022
1 parent 49d1c18 commit 7224570
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI

on:
push:
branches:
- master
pull_request:
schedule:
- cron: '50 4 * * *'
Expand Down
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ uncased = { version = "0.9.6", optional = true }
[build-dependencies]
embuild = "0.28"
anyhow = "1"

[patch.crates-io]
esp-idf-sys = { git = "https://github.com/reitermarkus/esp-idf-sys", branch = "improve-codegen" }
esp-idf-hal = { git = "https://github.com/reitermarkus/esp-idf-hal", branch = "improve-codegen" }
ring = { git = "https://github.com/gear-tech/ring.git", branch = "v0.16.20-fix-nightly" }

0 comments on commit 7224570

Please sign in to comment.