CI: want jq for actions in the nightlies, too

This commit is contained in:
Adriaan de Groot 2021-05-25 14:38:40 +02:00
parent e773fb65a8
commit c333b9bb0a
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: "prepare env"
run: |
apt-get update
apt-get -y install git-core
apt-get -y install git-core jq
apt-get -y install \
build-essential \
cmake \

View File

@ -24,7 +24,7 @@ jobs:
- name: "prepare env"
run: |
sudo apt-get update
sudo apt-get -y install git-core
sudo apt-get -y install git-core jq
sudo apt-get -y install \
build-essential \
cmake \

View File

@ -24,7 +24,7 @@ jobs:
- name: "prepare env"
run: |
zypper --non-interactive up
zypper --non-interactive in git-core
zypper --non-interactive in git-core jq
# From deploycala.py
zypper --non-interactive in \
"autoconf" \