diff --git a/dev/github-actions/setup-deps.sh b/dev/github-actions/setup-deps.sh index e22e5d7d8..4c88ffa55 100755 --- a/dev/github-actions/setup-deps.sh +++ b/dev/github-actions/setup-deps.sh @@ -63,7 +63,7 @@ fi if ( set -eux ${TOOL[@]} ${PKGS[@]} -) >>& tool.log +) 2>&1 >> tool.log then COUNT=${#PKGS[@]} T=$(( SECONDS - START ))