| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,9 @@ concurrency: | |||
| 26 | 26 | group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-reusable | |
| 27 | 27 | cancel-in-progress: true | |
| 28 | 28 | ||
| 29 | + env: | ||
| 30 | + FORCE_COLOR: 1 | ||
| 31 | + | ||
| 29 | 32 | jobs: | |
| 30 | 33 | check_source: | |
| 31 | 34 | name: Change detection | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,9 @@ on: | |||
| 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 | |
|---|---|---|---|
@@ -10,6 +10,9 @@ on: | |||
| 10 | 10 | required: true | |
| 11 | 11 | type: string | |
| 12 | 12 | ||
| 13 | + env: | ||
| 14 | + FORCE_COLOR: 1 | ||
| 15 | + | ||
| 13 | 16 | jobs: | |
| 14 | 17 | build_tsan_reusable: | |
| 15 | 18 | name: 'Thread sanitizer' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,9 @@ on: | |||
| 12 | 12 | type: boolean | |
| 13 | 13 | default: false | |
| 14 | 14 | ||
| 15 | + env: | ||
| 16 | + FORCE_COLOR: 1 | ||
| 17 | + | ||
| 15 | 18 | jobs: | |
| 16 | 19 | build_ubuntu_reusable: | |
| 17 | 20 | name: 'build and test' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,9 @@ on: | |||
| 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 | |
|---|---|---|---|
@@ -14,6 +14,7 @@ on: | |||
| 14 | 14 | default: false | |
| 15 | 15 | ||
| 16 | 16 | env: | |
| 17 | + FORCE_COLOR: 1 | ||
| 17 | 18 | IncludeUwp: >- | |
| 18 | 19 | true | |
| 19 | 20 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments