Skip to content

Commit

Permalink
ci: mageia: do not upgrade everything
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 31, 2023
1 parent a6900de commit e29190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# --allowerasing needed due to: https://github.com/bevry/dorothy/actions/runs/6033044029/job/16369147940
urpmi --auto-update --auto
dnf check-update --assumeyes
dnf upgrade --assumeyes --refresh --best --allowerasing
# dnf upgrade --assumeyes --refresh --best --allowerasing <-- do not upgrade everything, it fails on CI
urpmi bash curl
elif command -v dnf; then
# for fedora
Expand Down

0 comments on commit e29190c

Please sign in to comment.