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 906d4b1 commit 4e70137Copy full SHA for 4e70137
.github/workflows/build.yml
@@ -29,6 +29,8 @@ jobs:
29
tar xfz $TFLIB
30
export LD_LIBRARY_PATH=$PWD/lib
31
export LIBRARY_PATH=$PWD/lib
32
+ export CGO_CPPFLAGS="-I$PWD/include"
33
+ export CGO_CFLAGS="-I$PWD/include"
34
cd -
35
cd src/Go
36
make
0 commit comments