CI: fix typo in the package list

Fixes 1153368946
This commit is contained in:
Peter Hutterer 2023-02-15 16:14:11 +10:00
parent 83f3789954
commit 6096a20964
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ variables:
# See the documentation here: #
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
###############################################################################
FEDORA_PACAKGES: 'git diffutils gcc gcc-c++ pkgconf-pkg-config meson systemd-devel protobuf-c-devel libxkbcommon-devel doxygen python3-attrs python3-pytest python3-dbusmock '
FEDORA_PACKAGES: 'git diffutils gcc gcc-c++ pkgconf-pkg-config meson systemd-devel protobuf-c-devel libxkbcommon-devel doxygen python3-attrs python3-pytest python3-dbusmock '
############################ end of package lists #############################
# these tags should be updated each time the list of packages is updated

View file

@ -39,7 +39,7 @@ variables:
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
###############################################################################
{% for distro in distributions %}
{{distro.name.upper()}}_PACAKGES: '{% for p in distro.packages %}{{p}} {% endfor %}'
{{distro.name.upper()}}_PACKAGES: '{% for p in distro.packages %}{{p}} {% endfor %}'
{% endfor %}
############################ end of package lists #############################