File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
if : ${{ startsWith(matrix.os, 'macos-') == true }}
144
144
run : |
145
145
set -e pipefail
146
- brew install automake pkg-config
146
+ brew install automake
147
147
148
148
- name : ' Configure libtiledb'
149
149
id : configure
Original file line number Diff line number Diff line change 84
84
# v4 uses node 20 which is incompatible with the libc version of the manylinux image
85
85
uses : actions/checkout@v3
86
86
- name : ' Homebrew setup'
87
- run : brew install automake pkg-config ninja
87
+ run : brew install automake ninja
88
88
if : ${{ startsWith(matrix.os, 'macos-') == true }}
89
89
- name : Export GitHub Actions cache variables
90
90
uses : actions/github-script@v6
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v3
22
22
23
23
- name : ' Homebrew setup'
24
- run : brew install automake pkg-config
24
+ run : brew install automake
25
25
if : ${{ startsWith(matrix.os, 'macos-') }}
26
26
27
27
- name : Install Ninja
You can’t perform that action at this time.
0 commit comments