diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:22:16 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 26a27f3ffcc6bd3cd6f83a785116b9203e30ce7b (patch) | |
| tree | 5bda76f81a868a2e71d1843b3b26f4991f4f9184 | |
| parent | 4eb46ac72c8232abe45aedb2891df8833eb9801d (diff) | |
is this how you do it?
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
