We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c4af commit 4cd17e6Copy full SHA for 4cd17e6
.github/workflows/reusable-windows.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Tests
51
run: >-
52
.\\PCbuild\\rt.bat
53
- -p "${env:ARCH}"
+ -p "${ARCH}"
54
-d -q --fast-ci
55
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
56
shell: bash
0 commit comments