File tree Expand file tree Collapse file tree 7 files changed +17
-0
lines changed
Expand file tree Collapse file tree 7 files changed +17
-0
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 2020 name : build and test (${{ inputs.os }})
2121 timeout-minutes : 60
2222 env :
23+ FORCE_COLOR : 1
2324 HOMEBREW_NO_ANALYTICS : 1
2425 HOMEBREW_NO_AUTO_UPDATE : 1
2526 HOMEBREW_NO_INSTALL_CLEANUP : 1
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 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