Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Apr 20, 2017
1 parent 8637aa1 commit 3fb723b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
name: build and install grpc
command: |
apt-get -qq update; apt-get -y install golang
git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
cd tmp; git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
cd grpc && git submodule update --init && make && make install
- checkout

- run:
name: ensure, required folders created
command: |
Expand Down

0 comments on commit 3fb723b

Please sign in to comment.