diff options
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a08a1c0..f61c2d4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,8 +65,7 @@ jobs: run: | brew update - #brew install python@2 - brew install gtk+3 + brew install python@2 gtk+3 # for msgfmt brew link gettext --force |
