Skip to content

Commit

Permalink
workflows/promote-config: add jq
Browse files Browse the repository at this point in the history
Needed by workflow.

Fixes ac64d24 ("workflows/promote-config: use Fedora instead of
Ubuntu").
  • Loading branch information
jlebon committed Dec 16, 2024
1 parent ac64d24 commit 68286bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: quay.io/fedora/fedora:latest
steps:
- name: Install dependencies
run: dnf install -y git
run: dnf install -y git jq
- name: Extract stream name
run: |
set -euo pipefail
Expand Down

0 comments on commit 68286bd

Please sign in to comment.