Skip to content

Commit

Permalink
Fix name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 13, 2024
1 parent 42353fd commit d1872ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
# Without the --overwrite flag Homebrew complains about [email protected] 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
Expand Down

0 comments on commit d1872ab

Please sign in to comment.