Skip to content

Commit

Permalink
Revert "FORCE_COLOR: 1"
Browse files Browse the repository at this point in the history
This reverts commit eb0a4f3.
  • Loading branch information
hugovk committed Dec 12, 2024
1 parent 5d120d7 commit a98973b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/reusable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
required: true
type: string
free-threading:
description: Whether to use free-threaded mode
required: false
type: boolean
default: false
Expand All @@ -16,9 +15,6 @@ on:
required: true
type: string

env:
FORCE_COLOR: 1

jobs:
build_macos:
name: build and test (${{ inputs.os }})
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/reusable-tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ on:
required: true
type: string

env:
FORCE_COLOR: 1

jobs:
build_tsan_reusable:
name: 'Thread sanitizer'
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/reusable-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ on:
type: boolean
default: false
os:
description: OS to run the job
required: true
type: string

env:
FORCE_COLOR: 1
description: OS to run the job
required: true
type: string

jobs:
build_ubuntu_reusable:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/reusable-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
required: true
type: string

env:
FORCE_COLOR: 1

jobs:
build_wasi_reusable:
name: 'build and test'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/reusable-windows-msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
permissions:
contents: read

env:
FORCE_COLOR: 1

jobs:
build:
name: installer for ${{ inputs.arch }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
default: false

env:
FORCE_COLOR: 1
IncludeUwp: >-
true
Expand Down

0 comments on commit a98973b

Please sign in to comment.