File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ jobs:
219
219
# `gettext` is keg-only
220
220
LDFLAGS : -L/usr/local/opt/gettext/lib
221
221
CFLAGS : -I/usr/local/opt/gettext/include
222
- # Link with cURL
223
- CURL_LDFLAGS : -lcurl
224
222
# To make use of the catalogs...
225
223
XML_CATALOG_FILES : /usr/local/etc/xml/catalog
226
224
# Enable a bit stricter compile flags
@@ -232,7 +230,7 @@ jobs:
232
230
- name : Install git dependencies
233
231
run : |
234
232
set -x
235
- brew install -v automake asciidoc xmlto
233
+ brew install automake asciidoc xmlto
236
234
brew link --force gettext
237
235
- name : Clone git
238
236
uses : actions/checkout@v2
@@ -258,8 +256,9 @@ jobs:
258
256
exit 1
259
257
}
260
258
261
- VERSION="${{ needs.prereqs.outputs.tag_version }}"
262
- export VERSION
259
+ # Configure the environment
260
+ export CURL_LDFLAGS=$(curl-config --libs)
261
+ export VERSION="${{ needs.prereqs.outputs.tag_version }}"
263
262
264
263
dir=git_osx_installer/git-$VERSION
265
264
test ! -e $dir ||
You can’t perform that action at this time.
0 commit comments