macos workflow: drop PKG_CONFIG_PATH export #1933

This commit is contained in:
nick black 2021-07-22 11:56:04 -05:00 committed by nick black
parent e638ea09f9
commit 540442fe9f

View File

@ -47,7 +47,6 @@ jobs:
- name: cmake
run: |
export PKG_CONFIG_PATH="/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig"
mkdir build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \