From a54300061c638eeea7c849be2c3a894958d89da5 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Fri, 25 Aug 2023 02:27:49 +0300 Subject: [PATCH] Install pigz for helm and Kubernetes CI jobs Signed-off-by: Ciprian Hacman --- .github/workflows/ci.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09de92680..b540e5664 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -219,6 +219,11 @@ jobs: go-version: '1.20' check-latest: true + - name: Prepare Host + run: | + sudo apt-get -qq update || true + sudo apt-get install -y pigz + - name: cache uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: @@ -288,6 +293,11 @@ jobs: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - name: Prepare Host + run: | + sudo apt-get -qq update || true + sudo apt-get install -y pigz + - name: cache uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: @@ -336,6 +346,11 @@ jobs: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - name: Prepare Host + run: | + sudo apt-get -qq update || true + sudo apt-get install -y pigz + - name: cache uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: @@ -387,6 +402,11 @@ jobs: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - name: Prepare Host + run: | + sudo apt-get -qq update || true + sudo apt-get install -y pigz + - name: cache uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: