mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(aur_test): force color for cargo outputs
This commit is contained in:
parent
52a89daee4
commit
f2c12d7fab
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
export CARGO_TERM_COLOR=always
|
||||
|
||||
declare -a aur_packages=("lune-bin" "lune-git" "lune")
|
||||
root_dir=$(pwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue