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.
reusable-windows
env
1 parent c2bd0ed commit 4579407Copy full SHA for 4579407
‎.github/workflows/reusable-windows.yml
@@ -7,13 +7,15 @@ on:
7
type: boolean
8
default: false
9
10
+env:
11
+ IncludeUwp: >-
12
+ true
13
+
14
jobs:
15
build_win32:
16
name: 'build and test (x86)'
17
runs-on: windows-latest
18
timeout-minutes: 60
- env:
- IncludeUwp: 'true'
19
steps:
20
- uses: actions/checkout@v4
21
- name: Build CPython
@@ -27,8 +29,6 @@ jobs:
27
29
name: 'build and test (x64)'
28
30
31
32
33
34
- name: Register MSVC problem matcher
@@ -44,8 +44,6 @@ jobs:
44
name: 'build (arm64)'
45
46
47
48
49
50
51
0 commit comments