summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 20:35:07 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-15 20:35:07 +0300
commit8165ec7c6b418e32ff8518ebd04d0344f2ab6c15 (patch)
tree487002380e31311809c161f4e5b09638f2f46ccf
parent077dd667659cc1e579977d1cca0d4fe6934b6dad (diff)
downloadjt2-8165ec7c6b418e32ff8518ebd04d0344f2ab6c15.tar.gz
install jq in CI
Sponsored-by: author
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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