Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 25, 2023
1 parent cbadc33 commit 18d9aba
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 18d9aba

Please sign in to comment.