Skip to content

Commit c5d75f6

Browse files
committed
set LIBRARY_PATH for macos
1 parent 03db90c commit c5d75f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows build
1+
name: Win
22

33
on:
44
push:

.github/workflows/multibuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux,macOS build
1+
name: multibuild
22

33
on:
44
push:
@@ -78,6 +78,7 @@ jobs:
7878
if [ "macos-11" == "${{ matrix.os }}" ]; then
7979
echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV;
8080
echo "LDFLAGS=-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV;
81+
echo "LIBRARY_PATH=-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV;
8182
fi
8283
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
8384
- name: Print some Environment variable

0 commit comments

Comments
 (0)