Skip to content

Commit 2abcdf8

Browse files
tommilliganstepancheg
authored andcommitted
ci: use $HOME variable rather than /home/travis
1 parent 3254b12 commit 2abcdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LD_LIBRARY_PATH="$HOME/lib"
99
which protoc
1010
protoc --version
1111
if [ -z "$ON_WINDOWS" ];
12-
then PKG_CONFIG_PATH="/home/travis/lib/pkgconfig" interop/cxx/compile.sh
12+
then PKG_CONFIG_PATH="$HOME/lib/pkgconfig" interop/cxx/compile.sh
1313
fi
1414
export RUST_BACKTRACE=1
1515

0 commit comments

Comments
 (0)