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: