aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-04 20:13:47 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commitb3623e12687b00eac047285be43c09bab051c835 (patch)
tree9e54ad61d6b9e4b7dc1f21dd6bd793bf36fc691f
parent3b55fc48cf4f48b398c468d54bc2d90996d9de73 (diff)
ugh
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f61c2d4f..9187d099 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -65,7 +65,8 @@ jobs:
run: |
brew update
- brew install python@2 gtk+3
+ # this errors because it installs python3 but python2 is already installed
+ brew install gtk+3 || true
# for msgfmt
brew link gettext --force