Skip to content

Commit 3124940

Browse files
committed
update TF lib
1 parent 236bb36 commit 3124940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
mkdir -p tensorflow
2626
cd tensorflow
2727
TFLIB=libtensorflow-cpu-linux-x86_64-2.4.0.tar.gz
28-
wget https://storage.googleapis.com/tensorflow/libtensorflow/$TFLIB
28+
curl -ksLO https://storage.googleapis.com/tensorflow/libtensorflow/$TFLIB
2929
tar xfz $TFLIB
30-
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
31-
LIBRARY_PATH=$PWD/lib
30+
export LD_LIBRARY_PATH=$PWD/lib
31+
export LIBRARY_PATH=$PWD/lib
3232
cd -
3333
cd src/Go
3434
make

0 commit comments

Comments
 (0)