We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec52c6 commit d1df983Copy full SHA for d1df983
scripts/setup.sh
@@ -25,7 +25,8 @@ function initialize {
25
# any user environment settings.
26
# So, we ignore this error for now, as functionally the asciigraph still is installed and works for Eco-CI
27
go install github.com/guptarohit/asciigraph/cmd/asciigraph@latest || true
28
- ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph)
+ ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph) || true
29
+ echo $ascii_graph_path
30
fi
31
32
# check for gcc
0 commit comments