Added install script for idf

This commit is contained in:
CommanderRedYT
2022-03-07 23:44:20 +01:00
parent d1c0497dc2
commit 3b4b117219

View File

@ -208,6 +208,7 @@ jobs:
run: | run: |
cd repository cd repository
export CCACHE_MAXSIZE=1024M CCACHE_BASEDIR="$(pwd)" export CCACHE_MAXSIZE=1024M CCACHE_BASEDIR="$(pwd)"
./esp-idf/install.sh
. export.sh . export.sh
./switchconf.sh ${{ matrix.node }} ./switchconf.sh ${{ matrix.node }}
idf.py --ccache build idf.py --ccache build