Skip to content

Commit b5d3b46

Browse files
committed
fixup
1 parent 2642cec commit b5d3b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Install PETSc
7979
run: |
80-
git clone --depth 1 "$PETSC_REFSPEC" https://gitlab.com/petsc/petsc.git
80+
git clone --depth 1 $PETSC_REFSPEC https://gitlab.com/petsc/petsc.git
8181
cd petsc
8282
python3 ../firedrake-repo/scripts/firedrake-configure \
8383
--arch ${{ matrix.arch }} --show-petsc-configure-options | \

0 commit comments

Comments
 (0)