Skip to content

Commit 8567a77

Browse files
colesburywebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 4ea7a62 commit 8567a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-san.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
|| '--with-undefined-behavior-sanitizer'
9898
}}
9999
--with-pydebug
100-
${{ inputs.sanitizer == 'TSan' && ' --with-openssl="$OPENSSL_DIR" --with-openssl-rpath=auto' || '' }}
100+
${{ inputs.sanitizer == 'TSan' && '--with-openssl="$OPENSSL_DIR" --with-openssl-rpath=auto' || '' }}
101101
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
102102
- name: Build CPython
103103
run: make -j4

0 commit comments

Comments
 (0)