mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
[no ci] Workflow: update toolchain.yml
This commit is contained in:
1
.github/workflows/toolchain.yml
vendored
1
.github/workflows/toolchain.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user