From af3040dcd64aae91ad5f96db1f2d8d8baa4ea3f0 Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Thu, 9 Nov 2023 19:39:23 +0100 Subject: [PATCH] Force color --- .github/workflows/linux-x86-64.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linux-x86-64.yml b/.github/workflows/linux-x86-64.yml index 06397e05d6..e384c6a4a2 100644 --- a/.github/workflows/linux-x86-64.yml +++ b/.github/workflows/linux-x86-64.yml @@ -13,6 +13,7 @@ jobs: LDFLAGS: "-Wl,--gc-sections -Wl,--exclude-libs,ALL" BUILD_DIR_STATIC: "/tmp/build/linux-x86-64/static-release" BUILD_DIR_SHARED: "/tmp/build/linux-x86-64/shared-release" + CLICOLOR_FORCE: "1" ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}" ACTIONS_RUNTIME_TOKEN: "${{ env.ACTIONS_RUNTIME_TOKEN }}" ACTIONS_CACHE_URL: "${{ env.ACTIONS_CACHE_URL }}" @@ -161,6 +162,8 @@ jobs: CXXFLAGS: "-ffunction-sections -fdata-sections -fvisibility-inlines-hidden -static-libgcc" CFLAGS: "-ffunction-sections -fdata-sections -static-libgcc" LDFLAGS: "-Wl,--gc-sections -Wl,--exclude-libs,ALL" + CLICOLOR_FORCE: "1" + FORCE_COLOR: "1" LIEF_BUILD_DIR: "/tmp/lief-build" ACTIONS_RUNTIME_URL: "${{ env.ACTIONS_RUNTIME_URL }}" ACTIONS_RUNTIME_TOKEN: "${{ env.ACTIONS_RUNTIME_TOKEN }}"