We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jq
1 parent a3baaf7 commit b60c6d6Copy full SHA for b60c6d6
.github/workflows/dogfood.yml
@@ -8,6 +8,7 @@ on:
8
types:
9
- synchronize
10
- ready_for_review
11
+ - opened
12
13
permissions:
14
id-token: write
earthly/python/Earthfile
@@ -23,6 +23,7 @@ python-base:
23
musl-dev \
24
zlib1g-dev \
25
libjpeg-dev \
26
+ jq \
27
git
28
DO debian+INSTALL --packages=$PACKAGES
29
0 commit comments