mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 08:31:47 +00:00
Add pkg-config to arm runners
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
parent
920d6e5404
commit
9e7018383a
1 changed files with 1 additions and 1 deletions
2
.github/runners/prereq.sh
vendored
2
.github/runners/prereq.sh
vendored
|
|
@ -23,7 +23,7 @@ KUBECTL_VERSION=1.21.2
|
||||||
KUSTOMIZE_VERSION=4.1.3
|
KUSTOMIZE_VERSION=4.1.3
|
||||||
HELM_VERSION=3.7.2
|
HELM_VERSION=3.7.2
|
||||||
GITHUB_RUNNER_VERSION=2.285.1
|
GITHUB_RUNNER_VERSION=2.285.1
|
||||||
PACKAGES="apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq"
|
PACKAGES="apt-transport-https ca-certificates software-properties-common build-essential libssl-dev gnupg lsb-release jq pkg-config"
|
||||||
|
|
||||||
# install prerequisites
|
# install prerequisites
|
||||||
apt-get update \
|
apt-get update \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue