Skip to content

Commit 57f3349

Browse files
committed
DROP BEFORE MERGE
1 parent 7f0c8cf commit 57f3349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ jobs:
153153
--branch $(python3 ./firedrake-repo/scripts/firedrake-configure --show-petsc-version) \
154154
https://gitlab.com/petsc/petsc.git
155155
else
156-
git clone --depth 1 https://gitlab.com/petsc/petsc.git
156+
git clone https://gitlab.com/petsc/petsc.git
157157
fi
158158
cd petsc
159+
git checkout ksagiyam/fix_submesh_cdim
159160
python3 ../firedrake-repo/scripts/firedrake-configure \
160161
--arch ${{ matrix.arch }} --show-petsc-configure-options | \
161162
xargs -L1 ./configure --with-make-np=8 --download-slepc

0 commit comments

Comments
 (0)