mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-07 11:58:08 +02:00
ci: More CI fixes
Support both dnf and dnf5 as we don't know which rawhide Fedora image will ultimately be used.
This commit is contained in:
parent
ef1d1c394b
commit
3cb0e750c7
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ workflow:
|
|||
|
||||
build_stable:
|
||||
before_script:
|
||||
- dnf update -y && dnf install -y $DEPENDENCIES
|
||||
- dnf update -y
|
||||
- if [ -x /bin/dnf ]; then dnf install -y $DEPENDENCIES; else dnf5 install -y $DEPENDENCIES; fi
|
||||
- mkdir tmpdir/
|
||||
script:
|
||||
- meson -Dgtk_doc=true -Dpylint=true -Dtests=true _build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue