Skip to content

Commit

Permalink
Support latest bitcraze/builder esp_idf venv
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik authored Oct 24, 2024
1 parent e06fe31 commit 0f3ee61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: true

- name: build
run: docker run --rm -v ${PWD}:/module bitcraze/builder bash -c "./tools/build/build"
run: docker run --rm -v ${PWD}:/module bitcraze/builder bash -c "source /new_home/.espressif/python_env/idf4.3_py3.10_env/bin/activate && ./tools/build/build"

- name: Upload Build Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0f3ee61

Please sign in to comment.