From 18d9abab6bb2fd71005ed61d64edc58f92a5eb98 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 25 Nov 2023 08:59:08 +0100 Subject: [PATCH] testing --- .github/workflows/Fortran.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Fortran.yml b/.github/workflows/Fortran.yml index 47781c420..3646e2688 100644 --- a/.github/workflows/Fortran.yml +++ b/.github/workflows/Fortran.yml @@ -101,21 +101,20 @@ jobs: - uses: actions/checkout@v3 - - name: PETSc - Cache download - id: petsc-download - #uses: actions/cache@v3 - with: - path: download - key: petsc-${{ env.PETSC_VERSION }}.tar.gz + #- name: PETSc - Cache download + # id: petsc-download + # #uses: actions/cache@v3 + # with: + # path: download + # key: petsc-${{ env.PETSC_VERSION }}.tar.gz - name: install prerequisites run: | brew install pkg-config make cmake zlib wget openmpi fftw hdf5-mpi - 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 + wget -q https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${PETSC_VERSION}.tar.gz - name: PETSc - Prepare run: |