From 26a27f3ffcc6bd3cd6f83a785116b9203e30ce7b Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 4 Jan 2020 17:22:16 -0500 Subject: is this how you do it? --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27492797..6d28b2a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,8 +65,10 @@ jobs: run: | brew update + brew install python@2 + # the 3 in pygobject3 signifies gtk3, not python3 - brew install --with-python@2 python@2 pygobject3 gtk+3 + brew install pygobject3 --with-python@2 gtk+3 # for msgfmt brew link gettext --force -- cgit v1.2.3