From 8165ec7c6b418e32ff8518ebd04d0344f2ab6c15 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 15 Sep 2021 20:35:07 +0300 Subject: install jq in CI Sponsored-by: author --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93a8ac9..42a4224 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build-job: script: - curl -s https://gitlab.com/subplot/subplot/-/raw/main/install-debian.sh | bash - apt-get update - - apt-get install -y black subplot texlive-latex-base texlive-latex-recommended texlive-fonts-recommended plantuml + - apt-get install -y black subplot texlive-latex-base texlive-latex-recommended texlive-fonts-recommended plantuml jq - rustup component add clippy - rustup component add rustfmt - if ! ./check; then echo =====================; tail -n 500 test.log; exit 1; fi -- cgit v1.2.1