misc: Fix jq install for testlib-quick-matrix (#1038)

This commit is contained in:
Bobby R. Bruce
2024-04-18 17:30:53 -07:00
committed by GitHub
parent 42ffa52907
commit cbf0334762

View File

@@ -70,10 +70,10 @@ jobs:
steps:
- uses: actions/checkout@v4
# Unfortunately the 'ubunutu-latest' image doesn't have jq installed.
# We therefore need to install it as a step here.
# Unfortunately the image doesn't have jq installed.
# We therefore need to install it as a step here.
- name: Install jq
run: apt install -y jq
run: apt update && apt install -y jq
- name: Get directories for testlib-quick
working-directory: ${{ github.workspace }}/tests