Skip to content

Commit

Permalink
download grpc-web
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Apr 16, 2024
1 parent 9109c29 commit 0ffb997
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compile_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
is-auto-commit:
commit-message:
commit-author:
GRPC_WEB_VERSION: '1.5.0'

jobs:
compile-protos:
Expand All @@ -28,6 +29,12 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: grpc-web
run: |
wget https://github.com/grpc/grpc-web/releases/download/${{ env.GRPC_WEB_VERSION }}/protoc-gen-grpc-web-${{ env.GRPC_WEB_VERSION }}-linux-x86_64 -O protoc-gen-grpc-web
chmod +x protoc-gen-grpc-web
sudo mv protoc-gen-grpc-web /usr/local/bin
which protoc-gen-grpc-web
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 0ffb997

Please sign in to comment.