From d3b4226c746bf37d301ea658d6939f964388afa9 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 25 Feb 2023 10:06:50 +0100 Subject: [PATCH] LLVM test failed, could be related to caching --- .github/workflows/Fortran.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/Fortran.yml b/.github/workflows/Fortran.yml index d85227aa4..138771822 100644 --- a/.github/workflows/Fortran.yml +++ b/.github/workflows/Fortran.yml @@ -114,15 +114,7 @@ jobs: source /opt/intel/oneapi/setvars.sh printenv >> $GITHUB_ENV - - name: PETSc - Cache download - id: petsc-download - uses: actions/cache@v3 - with: - path: download - key: petsc-${{ env.PETSC_VERSION }}.tar.gz - - name: PETSc - Download - if: steps.petsc-download.outputs.cache-hit != 'true' run: | wget -q https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download @@ -135,13 +127,6 @@ jobs: export PETSC_ARCH=intel-${INTEL_V} printenv >> $GITHUB_ENV - - name: PETSc - Cache installation - id: petsc-install - uses: actions/cache@v3 - with: - path: petsc-${{ env.PETSC_VERSION }} - key: petsc-${{ env.PETSC_VERSION }}-intel-${{ matrix.intel_v }}-${{ hashFiles('**/petscversion.h') }} - - name: PETSc - Install (classic) if: contains( matrix.intel_v, 'classic') run: |