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 674e729 commit 952c305Copy full SHA for 952c305
.github/workflows/release.yml
@@ -73,10 +73,17 @@ jobs:
73
shell: powershell
74
run: conda install -c conda-forge xtensor
75
76
- - name: Install gRPC
77
- uses: eWaterCycle/setup-grpc@v5
78
- with:
79
- grpc-version: 1.71.0
+ - name: Install grpc
+ run: |
+ git clone https://github.com/microsoft/vcpkg.git
+ cd vcpkg; .\boostrap-vcpkg.bat
80
+ .\vcpkg integrate install
81
+ .\vcpkg install grpc
82
+
83
+ #- name: Install gRPC
84
+ #uses: eWaterCycle/setup-grpc@v5
85
+ #with:
86
+ #grpc-version: 1.71.0
87
88
- name: Install dependencies
89
uses: crazy-max/ghaction-chocolatey@v3
0 commit comments