From 4b1a1cbe76a5aa748f965cc98ebc953a1f9a4eff Mon Sep 17 00:00:00 2001 From: "daniel@codetogether.com" Date: Wed, 5 Feb 2025 13:21:58 -0600 Subject: [PATCH] Fixes: removed unzip --- .github/workflows/helm-template-check.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/helm-template-check.yml b/.github/workflows/helm-template-check.yml index 56a2947..38c5dd1 100644 --- a/.github/workflows/helm-template-check.yml +++ b/.github/workflows/helm-template-check.yml @@ -13,10 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install Required Dependencies - run: | - apt-get update && apt-get install -y unzip - - name: Install Helm uses: azure/setup-helm@v3