Skip to content

Commit

Permalink
github path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 25, 2023
1 parent d356c2d commit f0bb257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go get -u google.golang.org/protobuf/cmd/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc

- name: Update PATH For Go Proto Packages
run: export PATH="$PATH:$(go env GOPATH)/bin"
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

- name: Install Protoc
uses: arduino/setup-protoc@v2
Expand Down

0 comments on commit f0bb257

Please sign in to comment.