Fix CI tests

This commit is contained in:
Parag Nemade 2023-09-18 14:05:41 +05:30 committed by pnemade
parent 9156e0f84b
commit 0bee73bd9d

View File

@ -4,13 +4,6 @@
- classic
roles:
- role: standard-test-source
tasks:
- name: Enable EPEL repository for ragel
ansible.builtin.dnf:
name: ragel
enablerepo: epel
state: present
ignore_errors: True
- hosts: localhost
tags:
@ -26,7 +19,6 @@
- gcc-c++
- make
- python3-devel
- ragel
- libtool
- gtk-doc
- cairo-devel