We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5a2bf commit bc83e5bCopy full SHA for bc83e5b
.github/workflows/release.yml
@@ -73,10 +73,13 @@ jobs:
73
shell: powershell
74
run: conda install -c conda-forge xtensor
75
76
+ - name: Install gRPC
77
+ uses: eWaterCycle/setup-grpc@v5
78
+
79
- name: Install dependencies
80
uses: crazy-max/ghaction-chocolatey@v3
81
with:
- args: install milkman-grpc protoc pkgconfiglite
82
+ args: install protoc pkgconfiglite
83
84
- name: Install Scoop
85
uses: MinoruSekine/[email protected]
0 commit comments