From bc1084a1dd79fee020df587efb021f2980a11430 Mon Sep 17 00:00:00 2001 From: Tim Deeb-Swihart Date: Wed, 7 Feb 2024 13:18:03 -0800 Subject: [PATCH] Install jq --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09330183..997b568b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: with: go-version: '^1.21' - uses: arduino/setup-protoc@v2 + - name: 'Setup jq' + uses: dcarbone/install-jq-action@v2 - run: make ci-build - name: Fail if the repo is dirty run: |