[CI] Moved IDF export to build step
This commit is contained in:
parent
c999ac2cab
commit
3eb397adfd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -195,11 +195,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd ~/esp/esp-idf
|
cd ~/esp/esp-idf
|
||||||
./install.sh esp32
|
./install.sh esp32
|
||||||
. ./export.sh
|
|
||||||
|
|
||||||
- name: Build the example
|
- name: Build the example
|
||||||
run: |
|
run: |
|
||||||
cd $PWD/examples/NonArduino/ESP-IDF
|
cd $PWD/examples/NonArduino/ESP-IDF
|
||||||
|
. ~/esp/esp-idf/export.sh
|
||||||
idf.py build
|
idf.py build
|
||||||
|
|
||||||
rpi-build:
|
rpi-build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue