Skip to content

Commit 68ab465

Browse files
authored
Add installation of additional build dependencies
1 parent f71252a commit 68ab465

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: |
1616
echo "sha_name=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_ENV
1717
sudo apt install python2.7
18+
sudo apt-get -y install autoconf automake bison flex make texinfo patch python wget zlib1g-dev libtool-bin python-dev bzip2 pkg-config
1819
1920
# using pre-compiled sdk
2021
# to do: replace toolchain link

0 commit comments

Comments
 (0)