CI: Enable EPEL

This commit is contained in:
Miro Hrončok 2025-12-09 10:44:47 +01:00
parent 73cbc505f9
commit 635dfa6ec8

View File

@ -54,6 +54,8 @@ prepare:
- name: Install dependencies
how: install
package:
- 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'
- 'https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm'
- gcc # for extension building in venv and selftest
- gcc-c++ # for test_cppext
- gdb # for test_gdb