lol

Merge pull request #305873 from willbush/workflows/by-name/force-cli-color

workflows: force CLI color when running nixpkgs-check-by-name

authored by

Silvan Mosberger and committed by
GitHub
a5edac54 926d688d

+4
+4
.github/workflows/check-by-name.yml
··· 107 107 # Adds a result symlink as a GC root 108 108 nix-store --realise "$toolPath" --add-root result 109 109 - name: Running nixpkgs-check-by-name 110 + env: 111 + # Force terminal colors to be enabled. The library that 112 + # nixpkgs-check-by-name uses respects: https://bixense.com/clicolors/ 113 + CLICOLOR_FORCE: 1 110 114 run: | 111 115 if result/bin/nixpkgs-check-by-name --base "$base" .; then 112 116 exit 0