diff --git a/.github/workflows/intel_pr.yml b/.github/workflows/intel_pr.yml index d95519fbf2..ce5064d2ad 100644 --- a/.github/workflows/intel_pr.yml +++ b/.github/workflows/intel_pr.yml @@ -21,8 +21,6 @@ jobs: with: path: /libs key: ${{ runner.os }}-intel-libs - - name: Install packages for building - run: apt update && apt install -y autoconf libtool automake zlibc zlib1g-dev - if: steps.cache.outputs.cache-hit != 'true' name: Build netcdf run: |