Skip to content

Commit

Permalink
fix: protocol buffer のインストールスクリプトを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kei01234kei committed Nov 16, 2023
1 parent 05d7cea commit 956a475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install Protobuf
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
export PATH="$PATH:$(go env GOPATH)/bin"
Expand Down

0 comments on commit 956a475

Please sign in to comment.