diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:51:04 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 3b55fc48cf4f48b398c468d54bc2d90996d9de73 (patch) | |
| tree | 5d9cfcce5b5a95161245bfe7cbb978eb68ba5df0 /.github | |
| parent | 87f61083bfbe273455418cd8c52fc18b92ad0baa (diff) | |
I really want python 2
Diffstat (limited to '.github')
| -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 |
