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 - classic
roles: roles:
- role: standard-test-source - 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 - hosts: localhost
tags: tags:
@ -26,7 +19,6 @@
- gcc-c++ - gcc-c++
- make - make
- python3-devel - python3-devel
- ragel
- libtool - libtool
- gtk-doc - gtk-doc
- cairo-devel - cairo-devel