Skip to content

Commit

Permalink
An attempt to fix the broken travis build, +1
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jul 18, 2023
1 parent 7a99c48 commit 9409d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
if [[ -n "${{ inputs.sanitize }}" ]]; then
echo "NATS_TEST_VALGRIND=yes" >> $GITHUB_ENV
fi
if [[ "${{ inputs.sanitize }}" == "thread"]]; then
if [[ "${{ inputs.sanitize }}" == "thread" ]]; then
echo "NATS_SKIP_GH_674=ON" >> $GITHUB_ENV
fi
if [[ "${{ inputs.lib_msg_delivery }}" == "ON" ]]; then
Expand Down

0 comments on commit 9409d63

Please sign in to comment.