Skip to content

Commit d584a04

Browse files
authored
Remove python-dev from build dependencies
1 parent 68ab465 commit d584a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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
18+
sudo apt-get -y install autoconf automake bison flex make texinfo patch wget zlib1g-dev libtool-bin bzip2 pkg-config
1919
2020
# using pre-compiled sdk
2121
# to do: replace toolchain link

0 commit comments

Comments
 (0)