We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0c8cf commit 57f3349Copy full SHA for 57f3349
.github/workflows/core.yml
@@ -153,9 +153,10 @@ jobs:
153
--branch $(python3 ./firedrake-repo/scripts/firedrake-configure --show-petsc-version) \
154
https://gitlab.com/petsc/petsc.git
155
else
156
- git clone --depth 1 https://gitlab.com/petsc/petsc.git
+ git clone https://gitlab.com/petsc/petsc.git
157
fi
158
cd petsc
159
+ git checkout ksagiyam/fix_submesh_cdim
160
python3 ../firedrake-repo/scripts/firedrake-configure \
161
--arch ${{ matrix.arch }} --show-petsc-configure-options | \
162
xargs -L1 ./configure --with-make-np=8 --download-slepc
0 commit comments