diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-07 05:39:30 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-07 05:39:30 -0400 |
commit | 3f8184913571956c9f82e4c8d28feb369e942175 (patch) | |
tree | adfb7a414257dce01136fe272b7edac2a776f475 | |
parent | 9469cda4247146587dfd386a17a99ef48c502dbe (diff) | |
download | spmc-3f8184913571956c9f82e4c8d28feb369e942175.tar.gz |
Update circleci config
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 258d452..8b16216 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,6 +51,7 @@ jobs: HOMEBREW_NO_AUTO_UPDATE: 1 DYLD_INSERT_LIBRARIES: /usr/lib/libgmalloc.dylib TEST_RESULTS: /tmp/test-results + PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig steps: - checkout |