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