Skip to content

Commit d4c5892

Browse files
committed
ci: Add jq dependency for the release script
1 parent 769fa01 commit d4c5892

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ RUN apt install -y --no-install-recommends \
2525
python3-gi \
2626
python3-pytest \
2727
python3-dbusmock \
28-
python3-dbus
28+
python3-dbus \
29+
# ci deps
30+
jq
2931

3032
# Install pre-commit
3133
RUN pip install --user --break-system-packages pre-commit

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
IMAGE_TAG: 2025.03.26-5
2+
IMAGE_TAG: 2025.03.26-6
33

44
on:
55
workflow_call:

0 commit comments

Comments
 (0)