1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: enable ruby 3.3 module on Rocky Linux 9

This commit is contained in:
Sébastien Helleu
2026-05-31 15:11:58 +02:00
parent 171a9a9fc4
commit b29f464322
+2
View File
@@ -328,6 +328,8 @@ jobs:
run: |
dnf install -y epel-release dnf-plugins-core
dnf config-manager --set-enabled crb
# pin a working ruby stream (ruby:4.0 has broken module metadata on Rocky 9.8)
dnf module enable -y ruby:3.3
dnf install -y ${{ env.WEECHAT_DEPS_REDHAT }}
- name: Build and run tests