Skip to content

Commit

Permalink
ci: single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 23, 2025
1 parent 7c19016 commit d76b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
sat-solver: ${{ matrix.sat_solver }}
igniter-upgrade: ${{matrix.sat_solver == 'SimpleSat'}}
publish-docs: ${{matrix.sat_solver == "Picosat"}}
publish-docs: ${{matrix.sat_solver == 'Picosat'}}

0 comments on commit d76b26e

Please sign in to comment.