[CI] ensure jq is installed
This commit is contained in:
parent
4c5fab7107
commit
17a44f9131
@ -13,8 +13,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install python
|
- name: Install dependencies
|
||||||
run: apt-get update; apt-get install --yes --no-install-recommends python3 python3-pip
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install --yes --no-install-recommends \
|
||||||
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
jq
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
|
Loading…
Reference in New Issue
Block a user