Skip to content

Commit ad708fa

Browse files
committed
Enable colour in workflow build output
1 parent dfa8b7a commit ad708fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
- name: Build Solution
7878
run: |
7979
python scripts/BuildAll.py --version-extra ${{env.GITHUB_SHA_SHORT}}
80+
env:
81+
FORCE_COLOR: "1"
8082

8183
# Upload build artifacts
8284
- name: Upload Build Artifacts

0 commit comments

Comments
 (0)