File tree 8 files changed +22
-1
lines changed
8 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ concurrency:
18
18
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
19
19
cancel-in-progress : true
20
20
21
+ env :
22
+ FORCE_COLOR : 1
23
+
21
24
jobs :
22
25
check_source :
23
26
name : Change detection
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ concurrency:
25
25
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26
26
cancel-in-progress : true
27
27
28
+ env :
29
+ FORCE_COLOR : 1
30
+
28
31
jobs :
29
32
interpreter :
30
33
name : Interpreter (Debug)
Original file line number Diff line number Diff line change 15
15
required : true
16
16
type : string
17
17
18
+ env :
19
+ FORCE_COLOR : 1
20
+
18
21
jobs :
19
22
build_macos :
20
23
name : build and test (${{ inputs.os }})
Original file line number Diff line number Diff line change 18
18
required : true
19
19
type : string
20
20
21
+ env :
22
+ FORCE_COLOR : 1
23
+
21
24
jobs :
22
25
build_tsan_reusable :
23
26
name : ' Thread sanitizer'
Original file line number Diff line number Diff line change 21
21
required : true
22
22
type : string
23
23
24
+ env :
25
+ FORCE_COLOR : 1
26
+
24
27
jobs :
25
28
build_ubuntu_reusable :
26
29
name : build and test (${{ inputs.os }})
27
30
timeout-minutes : 60
28
31
runs-on : ${{ inputs.os }}
29
32
env :
30
- FORCE_COLOR : 1
31
33
OPENSSL_VER : 3.0.15
32
34
PYTHONSTRICTEXTENSIONBUILD : 1
33
35
TERM : linux
Original file line number Diff line number Diff line change 7
7
required : true
8
8
type : string
9
9
10
+ env :
11
+ FORCE_COLOR : 1
12
+
10
13
jobs :
11
14
build_wasi_reusable :
12
15
name : ' build and test'
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : read
13
13
14
+ env :
15
+ FORCE_COLOR : 1
16
+
14
17
jobs :
15
18
build :
16
19
name : installer for ${{ inputs.arch }}
Original file line number Diff line number Diff line change 18
18
default : false
19
19
20
20
env :
21
+ FORCE_COLOR : 1
21
22
IncludeUwp : >-
22
23
true
23
24
You can’t perform that action at this time.
0 commit comments