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 03db90c commit c5d75f6Copy full SHA for c5d75f6
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Windows build
+name: Win
2
3
on:
4
push:
.github/workflows/multibuild.yml
-name: Linux,macOS build
+name: multibuild
@@ -78,6 +78,7 @@ jobs:
78
if [ "macos-11" == "${{ matrix.os }}" ]; then
79
echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV;
80
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;
82
fi
83
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
84
- name: Print some Environment variable
0 commit comments