Skip to content

Commit b60c6d6

Browse files
authored
feat(ci): Added missing jq tool, needed for docs generation. (#482)
* add missing `jq` tool * fix dogfood.yml
1 parent a3baaf7 commit b60c6d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dogfood.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
types:
99
- synchronize
1010
- ready_for_review
11+
- opened
1112

1213
permissions:
1314
id-token: write

earthly/python/Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ python-base:
2323
musl-dev \
2424
zlib1g-dev \
2525
libjpeg-dev \
26+
jq \
2627
git
2728
DO debian+INSTALL --packages=$PACKAGES
2829

0 commit comments

Comments
 (0)