Skip to content

Commit 88a0137

Browse files
committed
hopefully fixes build.
1 parent 0ce98ad commit 88a0137

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
build_unix:
7676
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
7777
runs-on: ubuntu-latest
78-
78+
7979
steps:
8080
- uses: actions/checkout@v6
8181
- uses: actions/[email protected]

builder/esp32.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,8 @@ def environ_helper(idf_path):
790790

791791

792792
def setup_idf_environ():
793+
os.environ['IDF_COMPONENT_MANAGER'] = '1'
794+
793795
global IDF_ENVIRON_SET
794796
# There were some modifications made with how the environment gets set up
795797
# @cheops put quite a bit of time in to research the best solution

0 commit comments

Comments
 (0)