Skip to content

Commit cb00939

Browse files
committed
Remove LD_LIBRARY_PATH from MacOS before_all block
1 parent 7e58cc8 commit cb00939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- os: macos-13
6262
arch: x86_64
6363
before_all: >-
64-
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
6564
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
6665
ARCHFLAGS="-arch x86_64 -arch arm64"
6766
echo "Starting BEFORE_ALL script" &&
@@ -71,7 +70,6 @@ jobs:
7170
- os: macos-latest
7271
arch: arm64
7372
before_all: >-
74-
LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
7573
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
7674
ARCHFLAGS="-arch x86_64 -arch arm64"
7775
echo "Starting BEFORE_ALL script" &&

0 commit comments

Comments
 (0)