[CI] Moved IDF export to build step

This commit is contained in:
jgromes 2023-08-24 20:54:20 +02:00
parent c999ac2cab
commit 3eb397adfd

View file

@ -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: