File tree Expand file tree Collapse file tree 8 files changed +22
-1
lines changed Expand file tree Collapse file tree 8 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ concurrency:
1818 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable
1919 cancel-in-progress : true
2020
21+ env :
22+ FORCE_COLOR : 1
23+
2124jobs :
2225 check_source :
2326 name : Change detection
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ concurrency:
2525 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2626 cancel-in-progress : true
2727
28+ env :
29+ FORCE_COLOR : 1
30+
2831jobs :
2932 interpreter :
3033 name : Interpreter (Debug)
Original file line number Diff line number Diff line change 1515 required : true
1616 type : string
1717
18+ env :
19+ FORCE_COLOR : 1
20+
1821jobs :
1922 build_macos :
2023 name : build and test (${{ inputs.os }})
Original file line number Diff line number Diff line change 1818 required : true
1919 type : string
2020
21+ env :
22+ FORCE_COLOR : 1
23+
2124jobs :
2225 build_tsan_reusable :
2326 name : ' Thread sanitizer'
Original file line number Diff line number Diff line change 2121 required : true
2222 type : string
2323
24+ env :
25+ FORCE_COLOR : 1
26+
2427jobs :
2528 build_ubuntu_reusable :
2629 name : build and test (${{ inputs.os }})
2730 timeout-minutes : 60
2831 runs-on : ${{ inputs.os }}
2932 env :
30- FORCE_COLOR : 1
3133 OPENSSL_VER : 3.0.15
3234 PYTHONSTRICTEXTENSIONBUILD : 1
3335 TERM : linux
Original file line number Diff line number Diff line change 77 required : true
88 type : string
99
10+ env :
11+ FORCE_COLOR : 1
12+
1013jobs :
1114 build_wasi_reusable :
1215 name : ' build and test'
Original file line number Diff line number Diff line change 1111permissions :
1212 contents : read
1313
14+ env :
15+ FORCE_COLOR : 1
16+
1417jobs :
1518 build :
1619 name : installer for ${{ inputs.arch }}
Original file line number Diff line number Diff line change 1818 default : false
1919
2020env :
21+ FORCE_COLOR : 1
2122 IncludeUwp : >-
2223 true
2324
You can’t perform that action at this time.
0 commit comments