Skip to content

Commit

Permalink
workflows: DNF plugin packages have changed on rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed May 16, 2024
1 parent eceaaeb commit 410c8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-anaconda.yml
Expand Up @@ -26,9 +26,9 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y git-core dnf-plugins-core || {
dnf install -y git-core dnf5-plugins || {
sleep 60
dnf install -y git-core dnf-plugins-core
dnf install -y git-core dnf5-plugins
}
# Naïvely this should wait for github.event.pull_request.head.sha, but
Expand Down

0 comments on commit 410c8f0

Please sign in to comment.