Added install script for idf
This commit is contained in:
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user