diff options
| -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 |
