We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce98ad commit 88a0137Copy full SHA for 88a0137
.github/workflows/unix.yml
@@ -75,7 +75,7 @@ jobs:
75
build_unix:
76
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
77
runs-on: ubuntu-latest
78
-
+
79
steps:
80
- uses: actions/checkout@v6
81
- uses: actions/[email protected]
builder/esp32.py
@@ -790,6 +790,8 @@ def environ_helper(idf_path):
790
791
792
def setup_idf_environ():
793
+ os.environ['IDF_COMPONENT_MANAGER'] = '1'
794
795
global IDF_ENVIRON_SET
796
# There were some modifications made with how the environment gets set up
797
# @cheops put quite a bit of time in to research the best solution
0 commit comments