Skip to content

Commit

Permalink
ci: Install python3-libdnf5 for Ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jan 11, 2025
1 parent 3987212 commit 16566d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install ansible in the container
run: |
podman exec -it ${{ env.CI_CONTAINER }} bash -c "dnf -y install ansible make which"
podman exec -it ${{ env.CI_CONTAINER }} bash -c "dnf -y install ansible make which python3-libdnf5"
- name: Enable our daily builds Copr in the container
run: |
Expand Down

0 comments on commit 16566d7

Please sign in to comment.