CI: Enable EPEL

This commit is contained in:
Miro Hrončok 2025-12-09 10:44:47 +01:00
parent 8c1f885d1f
commit 44c5ca6259

View File

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