[no ci] Workflow: update toolchain.yml

pull/1382/head
Viktor 2024-04-05 11:09:33 +02:00
parent dc8adb9343
commit abbd302b05
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ jobs:
echo ${URL}
if ! wget -q --spider ${URL}; then
sed -i "/BR2_TOOLCHAIN_EXTERNAL.*/d" ${CONFIG}
echo BR2_PACKAGE_HOST_GDB=y >> ${CONFIG}
echo BR2_PACKAGE_AWS_WEBRTC=y >> ${CONFIG}
make BOARD=${CONFIG} br-sdk
SDK=$(find output/images -name *_sdk-buildroot.tar.gz)