diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:12:22 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 71a54613bd9395ea878bb27d0c154dcb40f0d8ec (patch) | |
| tree | 0a99c04ee20579fbf226fcaaad9cf5a381caddd4 /.github/workflows/build.yml | |
| parent | 6b0a1aefc6573043e7f8465798c2a53a0c375ae8 (diff) | |
force python 2
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7feb9887..7056a879 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: brew update # the 3 in pygobject3 signifies gtk3, not python3 - brew install pygobject3 gtk+3 + brew install --with-python@2 python@2 pygobject3 gtk+3 # for msgfmt brew link gettext --force |
