Skip to content

Commit 19f0b8f

Browse files
committed
Remove DYLD_FALLBACK_LIBRARY_PATH from MacOS before_all block
1 parent 28bbd17 commit 19f0b8f

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-
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
6564
ARCHFLAGS="-arch x86_64 -arch arm64"
6665
echo "Starting BEFORE_ALL script" &&
6766
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
@@ -70,7 +69,6 @@ jobs:
7069
- os: macos-14
7170
arch: arm64
7271
before_all: >-
73-
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
7472
ARCHFLAGS="-arch x86_64 -arch arm64"
7573
echo "Starting BEFORE_ALL script" &&
7674
echo "GEOS_DIR set to: ${GEOS_DIR}" &&

0 commit comments

Comments
 (0)