Skip to content

Commit

Permalink
use string test instead
Browse files Browse the repository at this point in the history
  • Loading branch information
HuStmpHrrr committed Sep 10, 2024
1 parent c59a3a0 commit 4456f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
endGroup
script: |
startGroup "Build binary"
if [[ "$DOC" ]]; then
if [[ "$DOC" == 'true' ]]; then
make coqdoc
else
make
Expand Down

0 comments on commit 4456f33

Please sign in to comment.