Skip to content

Commit bc83e5b

Browse files
committed
github action for grpc
1 parent ff5a2bf commit bc83e5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@ jobs:
7373
shell: powershell
7474
run: conda install -c conda-forge xtensor
7575

76+
- name: Install gRPC
77+
uses: eWaterCycle/setup-grpc@v5
78+
7679
- name: Install dependencies
7780
uses: crazy-max/ghaction-chocolatey@v3
7881
with:
79-
args: install milkman-grpc protoc pkgconfiglite
82+
args: install protoc pkgconfiglite
8083

8184
- name: Install Scoop
8285
uses: MinoruSekine/[email protected]

0 commit comments

Comments
 (0)