Skip to content

Commit

Permalink
ci: mageia: do not upgrade anything
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 31, 2023
1 parent e29190c commit 8b6f5f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ jobs:
# for mageia, prefer over fedora as mageia also contains dnf
# https://wiki.mageia.org/en/Cauldron
# --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 <-- do not upgrade everything, it fails on CI
# urpmi --auto-update --auto
# dnf check-update --assumeyes
# dnf upgrade --assumeyes --refresh --best --allowerasing
# ^ disabled as always fails
urpmi bash curl
elif command -v dnf; then
# for fedora
Expand Down

0 comments on commit 8b6f5f6

Please sign in to comment.