Skip to content

Commit c1c3111

Browse files
committed
fix mistake
1 parent face116 commit c1c3111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,6 @@ jobs:
475475
with:
476476
save: ${{ github.event_name == 'push' }}
477477
max-size: "200M"
478-
- name: TSAN Option Setup
479-
run: echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
480478
- name: Configure CPython
481479
run: ./configure --config-cache --with-address-sanitizer --without-pymalloc
482480
- name: Build CPython
@@ -500,6 +498,8 @@ jobs:
500498
uses: egor-tensin/setup-gcc@v1
501499
with:
502500
version: 10
501+
- name: TSAN Option Setup
502+
run: echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
503503
- name: Configure CPython
504504
run: ./configure --disable-gil --with-thread-sanitizer --disable-ipv6
505505
- name: Build CPython

0 commit comments

Comments
 (0)