Skip to content

Commit 75adca1

Browse files
committed
Add missing package to workflow
1 parent 44bc32a commit 75adca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
apt-get update
168168
apt-get install -y build-essential libtool autotools-dev automake \
169169
pkg-config bsdmainutils curl ca-certificates ccache rsync git \
170-
procps bison python3 python3-pip python3-setuptools python3-wheel
170+
procps bison python3 python3-pip python3-setuptools python3-wheel wget
171171
apt-get install -y ${{ matrix.packages }}
172172
python3 -m pip install setuptools==70.3.0 --upgrade
173173
python3 -m pip install lief

0 commit comments

Comments
 (0)