Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Dec 15, 2023
1 parent 814871a commit 552433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
export TSAN_OPTIONS="disable_coredump=0 second_deadlock_stack=1 suppressions=$SAN_SUPP_CFG"
echo "TSAN_OPTIONS = [$TSAN_OPTIONS]"
fi
if [ "$SAN_SUPP" != '' ];
if [ "$SAN_SUPP" != '' ]; then
echo '${{ matrix.build-type.option-env-name }} suppressions cfg contents:'
echo '[[[ file--'
cat $SAN_SUPP_CFG
Expand Down

0 comments on commit 552433f

Please sign in to comment.