Skip to content

Commit 44fed60

Browse files
authored
Update reusable-windows.yml
1 parent d749430 commit 44fed60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build CPython
3838
run: >-
3939
.\\PCbuild\\build.bat
40-
-e -d -v
40+
-E -d -v
4141
-p ${{ inputs.arch }}
4242
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
4343
shell: cmd

0 commit comments

Comments
 (0)