add jq to dependencies

This commit is contained in:
Czarek Nakamoto
2024-06-28 10:11:36 +02:00
parent 0da137faf1
commit 19fcc2ca32

View File

@@ -10,7 +10,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf unzip python-is-python3
apt install -y build-essential pkg-config autoconf libtool ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf unzip python-is-python3 jq
- uses: actions/checkout@v4
with:
fetch-depth: 0