ci: install wget package on s390x runners

`wget` is installed by default in GH runners.
It is used in
[`get-linux-source`](79c799d6fb/get-linux-source/checkout_latest_kernel.sh (L32))
to download source faster than through a git fetch.

Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
chantra
2022-10-05 23:26:11 -07:00
committed by Andrii Nakryiko
parent 6cd8907a4a
commit 6bd5b40bcd

View File

@@ -16,6 +16,7 @@ RUN apt-get update && apt-get -y install \
cmake \
cpu-checker \
curl \
wget \
flex \
git \
jq \