Skip to content

Commit 4e70137

Browse files
committed
Add cpp flags to point to TF include area
1 parent 906d4b1 commit 4e70137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
tar xfz $TFLIB
3030
export LD_LIBRARY_PATH=$PWD/lib
3131
export LIBRARY_PATH=$PWD/lib
32+
export CGO_CPPFLAGS="-I$PWD/include"
33+
export CGO_CFLAGS="-I$PWD/include"
3234
cd -
3335
cd src/Go
3436
make

0 commit comments

Comments
 (0)