Skip to content
Prev Previous commit
Next Next commit
Weired fix
  • Loading branch information
corona10 committed Mar 10, 2024
commit 33317e7a808939d8b11d44d872a710f478b0628a
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ jobs:
version: 15
cc: 1
- name: Configure CPython
run: ./configure --config-cache --disable-gil --with-thread-sanitizer
run: ./configure --config-cache --disable-gil --with-mimalloc --with-thread-sanitizer
- name: Build CPython
run: make -j4
- name: Display build info
Expand Down