summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9be9c50..b538a94 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,8 @@ variables:
build:autotools:
before_script:
- - dnf update -y --nogpgcheck
- - dnf install -y --nogpgcheck $DEPENDENCIES
+ - dnf5 update -y --nogpgcheck
+ - dnf5 install -y --nogpgcheck $DEPENDENCIES
script:
- make
@@ -30,8 +30,8 @@ build:autotools:
build:meson:
before_script:
- - dnf update -y --nogpgcheck
- - dnf install -y --nogpgcheck $DEPENDENCIES
+ - dnf5 update -y --nogpgcheck
+ - dnf5 install -y --nogpgcheck $DEPENDENCIES
script:
- meson _build
- ninja -C _build