Skip to content

Commit 90fdcfc

Browse files
committed
fix(eppp): Add build test for IDF v5.3, fix idf-build-apps deps
1 parent 7829e8f commit 90fdcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eppp__build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build
1414
strategy:
1515
matrix:
16-
idf_ver: ["latest"]
16+
idf_ver: ["latest", "release-v5.3"]
1717
test: [ { app: host, path: "examples/host" }, { app: slave, path: "examples/slave" }, { app: test_app, path: "test/test_app" }]
1818
runs-on: ubuntu-20.04
1919
container: espressif/idf:${{ matrix.idf_ver }}
@@ -23,6 +23,6 @@ jobs:
2323
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
2424
shell: bash
2525
run: |
26-
${IDF_PATH}/install.sh --enable-pytest
2726
. ${IDF_PATH}/export.sh
27+
pip install idf-component-manager idf-build-apps --upgrade
2828
python ./ci/build_apps.py ./components/eppp_link/${{matrix.test.path}} -vv --preserve-all

0 commit comments

Comments
 (0)