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 c83afb9a06
commit c09c1bf2fc
+2
View File
@@ -282,6 +282,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_ROCKYLINUX }}
- name: Build and run tests