Skip to content

Commit ae49ece

Browse files
committed
fix the env variables
1 parent f83f57c commit ae49ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
run: |
2424
. ${IDF_PATH}/export.sh
25-
pip install --no-cache-dir idf-component-manager>=${{ env.compot_ver }} idf-build-apps==${{ env.idf_build_apps_ver }} pyyaml --upgrade
25+
pip install --no-cache-dir idf-component-manager>=${{ env.COMPOT_VER }} idf-build-apps==${{ env.IDF_BUILD_APPS_VER }} pyyaml --upgrade
2626
- name: Build Network USB related examples
2727
shell: bash
2828
run: |

0 commit comments

Comments
 (0)