diff options
| -rw-r--r-- | .builds/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/coverage.yml b/.builds/coverage.yml index ffd9c74..0eacd68 100644 --- a/.builds/coverage.yml +++ b/.builds/coverage.yml @@ -4,7 +4,7 @@ sources: tasks: - bootstrap: | sudo apt update && sudo apt upgrade -y - sudo apt-get install software-properties-common rlwrap curl -y + sudo apt-get install software-properties-common rlwrap curl zip unzip -y sudo apt update curl -L -O https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh chmod +x linux-install.sh |
