Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Aug 13, 2024
1 parent d85b065 commit ccac7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ jobs:
then
SIGN_VAL=$(echo "true");
else
SIGN_VAL=$(echo "false");'
SIGN_VAL=$(echo "false");
fi
echo "BINSIGN=$SIGN_VAL" >> $GITHUB_OUTPUT
shell: bash
Expand Down

0 comments on commit ccac7ba

Please sign in to comment.