From 13636348a2e14adef5668a4cdc8a8458201a3d2e Mon Sep 17 00:00:00 2001 From: Jigar-f Date: Wed, 25 Oct 2023 17:42:39 +0530 Subject: [PATCH] Update browerstack.yml --- .github/workflows/browerstack.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/browerstack.yml b/.github/workflows/browerstack.yml index 0d1c8aeae..098c08c8f 100644 --- a/.github/workflows/browerstack.yml +++ b/.github/workflows/browerstack.yml @@ -32,6 +32,11 @@ jobs: with: go-version: 1.19 + - name: Install protoc-gen-go + run: | + go get google.golang.org/protobuf/cmd/protoc-gen-go + echo "$(go env GOPATH)/bin" >> $GITHUB_PATH + - name: Granting private modules access run: | git config --global url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"