[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: |
|
||||
cd ~/esp/esp-idf
|
||||
./install.sh esp32
|
||||
. ./export.sh
|
||||
|
||||
- name: Build the example
|
||||
run: |
|
||||
cd $PWD/examples/NonArduino/ESP-IDF
|
||||
. ~/esp/esp-idf/export.sh
|
||||
idf.py build
|
||||
|
||||
rpi-build:
|
||||
|
|
Loading…
Add table
Reference in a new issue