Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_idf_build_apps_error' into 'master'
Browse files Browse the repository at this point in the history
bugfix: fix idf build apps error

See merge request ae_group/esp-iot-solution!938
  • Loading branch information
leeebo committed Jan 13, 2024
2 parents ea485d4 + 16881f2 commit 2763ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
EXAMPLE_CONFIG: "="
script:
- pip install --upgrade idf-component-manager
- pip install idf_build_apps
- pip install "idf_build_apps<2.0"
- python tools/build_apps.py ${EXAMPLE_DIR} --config ${EXAMPLE_CONFIG} -t all -vv

build_example_audio_wav_player:
Expand Down

0 comments on commit 2763ef0

Please sign in to comment.