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 b9d6427 commit b13baa8Copy full SHA for b13baa8
.github/workflows/reusable-build-win.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build_win_32:
11
- name: 'x86'
+ name: 'x86 build & test'
12
runs-on: windows-latest
13
timeout-minutes: 60
14
env:
@@ -23,7 +23,7 @@ jobs:
23
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}
24
25
build_win_amd64:
26
- name: 'x64'
+ name: 'x64 build & test'
27
28
29
@@ -40,7 +40,7 @@ jobs:
40
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}
41
42
build_win_arm64:
43
- name: 'ARM64'
+ name: 'arm64 build & test'
44
45
46
0 commit comments