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 0082d55 commit 49d4903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: PETSc - Download
if: steps.petsc-download.outputs.cache-hit != 'true'
run: |
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-{PETSC_VERSION}.tar.gz -P download
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download
- name: PETSc - Prepare
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: PETSc - Download
run: |
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-{PETSC_VERSION}.tar.gz -P download
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download
- name: PETSc - Prepare
run: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: PETSc - Download
if: steps.petsc-download.outputs.cache-hit != 'true'
run: |
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-{PETSC_VERSION}.tar.gz -P download
wget -q https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-${PETSC_VERSION}.tar.gz -P download
- name: PETSc - Prepare
run: |
Expand Down

0 comments on commit 49d4903

Please sign in to comment.