We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7764cd9 commit ac1decdCopy full SHA for ac1decd
.ci/travis/macos/before_install.sh
@@ -52,7 +52,8 @@ brew install \
52
spatialindex \
53
fastcgi \
54
qtkeychain \
55
- gnu-sed
+ gnu-sed \
56
+ libzip
57
58
59
mkdir -p ${HOME}/Library/Python/3.6/lib/python/site-packages
.ci/travis/macos/install.sh
@@ -37,7 +37,8 @@ fcgi
37
expat
38
sqlite
39
flex
40
-bison"
+bison
41
+libzip"
42
43
full_prefixes=""
44
for p in ${prefixes}; do
0 commit comments