[CI] ensure jq is installed
Some checks failed
Build / Fetch Build Keyboards (push) Successful in 17s
Build / Build (push) Failing after 1m11s

This commit is contained in:
Marius Alwan Meyer 2023-07-18 11:04:20 +02:00
parent 4c5fab7107
commit 17a44f9131

View File

@ -13,8 +13,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install python
run: apt-get update; apt-get install --yes --no-install-recommends python3 python3-pip
- name: Install dependencies
run: |
apt-get update
apt-get install --yes --no-install-recommends \
python3 \
python3-pip \
jq
- name: Install yaml2json
run: python3 -m pip install remarshal
- id: set-matrix