Skip to content

Commit

Permalink
Add comment to circle/config
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed Apr 20, 2017
1 parent 0f0139a commit 68c0fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- image: ubuntu:16.04
steps:
- run:
name: build and install grpc
name: build and install grpc (WIP) I want to move it to dependencies.cmake
command: |
apt-get -qq update; apt-get -y install golang
cd /tmp; rm -rf grpc; git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
Expand Down

0 comments on commit 68c0fb1

Please sign in to comment.