diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:31:35 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 54484c9746c4d1f9e45f416d8eedc32aa1ec122c (patch) | |
| tree | 0c56cbfb9a508166b3ac8db78df9fff277b48ea4 /.github | |
| parent | 26a27f3ffcc6bd3cd6f83a785116b9203e30ce7b (diff) | |
python2 already installed
Diffstat (limited to '.github')
| -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 6d28b2a3..b06c2aae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: run: | brew update - brew install python@2 + #brew install python@2 # the 3 in pygobject3 signifies gtk3, not python3 brew install pygobject3 --with-python@2 gtk+3 |
