Skip to content

Commit c1d6637

Browse files
authored
Merge pull request #4467 from stweil/update_cmake_ci
CI: Remove unneeded export statements from cmake workflow for macOS
2 parents cb8b145 + 1212075 commit c1d6637

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ jobs:
9191
shell: bash
9292
run: |
9393
set -e
94-
export PKG_CONFIG_PATH=$(brew --prefix)/opt/icu4c/lib/pkgconfig:$(brew --prefix)/opt/libarchive/lib/pkgconfig:/$(brew --prefix)/opt/libffi/lib/pkgconfig:$PKG_CONFIG_PATH
95-
export LDFLAGS="-L/usr/local/opt/icu4c/lib"
96-
export CPPFLAGS="-I/usr/local/opt/icu4c/include"
9794
mkdir build
9895
mkdir inst
9996
cmake \

0 commit comments

Comments
 (0)