Skip to content

Commit 49a7a04

Browse files
committed
Try installing jq first?
1 parent 9fe9bef commit 49a7a04

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: self-hosted
1010
container: buildpack-deps:bookworm
1111
steps:
12+
- name: Install requirements
13+
run: |
14+
apt install -y jq
1215
- name: Checkout code
1316
uses: actions/checkout@v4
1417
with:

0 commit comments

Comments
 (0)