test: install jq

This commit is contained in:
Junyan Qin 2023-12-27 15:48:26 +00:00
parent af225aa18f
commit 0869b57741

View File

@ -35,6 +35,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Install dependencies
run: |
cd qcg-tester