We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2642cec commit b5d3b46Copy full SHA for b5d3b46
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Install PETSc
79
run: |
80
- git clone --depth 1 "$PETSC_REFSPEC" https://gitlab.com/petsc/petsc.git
+ git clone --depth 1 $PETSC_REFSPEC https://gitlab.com/petsc/petsc.git
81
cd petsc
82
python3 ../firedrake-repo/scripts/firedrake-configure \
83
--arch ${{ matrix.arch }} --show-petsc-configure-options | \
0 commit comments