Skip to content

Commit

Permalink
Fix quotation marks (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored Oct 19, 2022
1 parent d88b0dc commit 8a9d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Set PETSc build options (-O2 -g + debugging)
if: ${{ matrix.variant == 'test-env' }}
run: |
echo "PETSC_SLEPC_OPTFLAGS='-O2 -g'" >> $GITHUB_ENV
echo "PETSC_SLEPC_OPTFLAGS=-O2 -g" >> $GITHUB_ENV
echo "PETSC_SLEPC_DEBUGGING=yes" >> $GITHUB_ENV
- name: Set PETSc build options (-O2 + no debugging)
Expand Down

0 comments on commit 8a9d0ab

Please sign in to comment.