Skip to content

Commit 2931c11

Browse files
Mygodglzjin
authored andcommitted
Fix go install: no install location for directory error
1 parent febec92 commit 2931c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ if [ ! -d "$GOROOT_BOOTSTRAP" ]; then
2424
popd
2525
fi
2626

27-
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-24.0.0,android-23,android-24,extra-google-m2repository --no-ui -a
27+
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-24.0.0,android-24,extra-google-m2repository --no-ui -a
2828
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter extra-android-m2repository --no-ui -a
2929
cp local.properties.travis local.properties

kcptun/make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ ! -d "$DIR/go/bin" ]; then
4343
fi
4444

4545
export GOROOT=$DIR/go
46-
export GOPATH=$DEPS
46+
export GOPATH=$HOME
4747
export PATH=$GOROOT/bin:$PATH
4848

4949
pushd kcptun/client

0 commit comments

Comments
 (0)