From d1872abc5621a5a78ad624b12442119bfbadd153 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Wed, 13 Mar 2024 10:36:24 +0100 Subject: [PATCH] Fix name. --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 23b6d514..1d498156 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -42,7 +42,7 @@ jobs: run: | # Without the --overwrite flag Homebrew complains about python@3.12 files that are overwritten. # We need pygobject from PyPI. Using only pygobject3 from homebrew leads to "gi module not found". - brew install --ignore-dependencies gtk3 + brew install --ignore-dependencies gtk+3 brew install dbus ca-certificates readline libxfixes libxi libxtst at-spi2-core gdk-pixbuf gsettings-desktop-schemas hicolor-icon-theme libepoxy fribidi pango brew install gettext gobject-introspection glib libffi cairo gtksourceview3 librsvg adwaita-icon-theme enchant python3 -m pip install pyenchant pygobject pyyaml