We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e58cc8 commit cb00939Copy full SHA for cb00939
.github/workflows/build.yml
@@ -61,7 +61,6 @@ jobs:
61
- os: macos-13
62
arch: x86_64
63
before_all: >-
64
- LD_LIBRARY_PATH="${GEOS_DIR}/lib:$LD_LIBRARY_PATH"
65
DYLD_FALLBACK_LIBRARY_PATH="${GEOS_DIR}/lib:$DYLD_FALLBACK_LIBRARY_PATH"
66
ARCHFLAGS="-arch x86_64 -arch arm64"
67
echo "Starting BEFORE_ALL script" &&
@@ -71,7 +70,6 @@ jobs:
71
70
- os: macos-latest
72
arch: arm64
73
74
75
76
77
0 commit comments