diff --git a/.github/docker/layer-35.00-tools-tailscale.sh b/.github/docker/layer-35.00-tools-tailscale.sh index 9319d54c..ffd10a75 100755 --- a/.github/docker/layer-35.00-tools-tailscale.sh +++ b/.github/docker/layer-35.00-tools-tailscale.sh @@ -45,7 +45,9 @@ main() { declare url for url in "${GO_PKGS[@]}"; do + echo Running: go install "${url}" go install "${url}" || track_errors + printf "\n" done layer_end "${0}" "$@"