1
0
mirror of synced 2026-03-20 01:26:57 +00:00

Merge pull request #2348 from pjbgf/add-pkg-config

Add pkg-config to arm runners
This commit is contained in:
Stefan Prodan
2022-01-27 15:48:48 +02:00
committed by GitHub

View File

@@ -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 \