Skip to content

Commit

Permalink
ci: refresh urpmi more completely
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 31, 2023
1 parent 2bc2cd5 commit 06be23c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ jobs:
emerge app-shells/bash net-misc/curl sys-apps/util-linux moreutils
elif command -v urpmi; then
# for mageia
urpmi --auto-update
# https://wiki.mageia.org/en/Cauldron
urpmi --auto-update --auto
dnf upgrade --refresh
urpmi bash curl util-linux moreutils
fi
- name: 'Dorothy Remote Tests'
Expand Down

0 comments on commit 06be23c

Please sign in to comment.