mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
parent
7762b55432
commit
a4d89f2ee1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ install:
|
|||
if [ -d $V8WORKER2_OUT ]; then
|
||||
mv $V8WORKER2_OUT $GOPATH/src/github.com/ry/v8worker2/out
|
||||
fi
|
||||
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||
- ( cd $GOPATH/src/github.com/ry/v8worker2 && ./build.py --use_ccache )
|
||||
- go get -u github.com/golang/protobuf/proto
|
||||
- go get -u github.com/spf13/afero
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
|
|
Loading…
Reference in a new issue