Skip to content

Commit 59fd83c

Browse files
committed
try getting all dependencies installed
1 parent adff932 commit 59fd83c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,25 @@ jobs:
6464
with:
6565
version: 3.31.2
6666

67+
- name: Install Conda
68+
uses: conda-incubator/setup-miniconda/@v3
69+
with:
70+
miniconda-version: "latest"
71+
72+
- name: Install xtensor
73+
shell: powershell
74+
run: conda install -c conda-forge xtensor
75+
6776
- name: Install dependencies
6877
uses: crazy-max/ghaction-chocolatey@v3
6978
with:
70-
args: install grpc protobuf xtensor pkg-config ninja buf
79+
args: install milkman-grpc protoc pkgconfiglite
80+
81+
- name: Install Scoop
82+
uses: MinoruSekine/[email protected]
83+
84+
- name: install buf
85+
run: scoop install buf
7186

7287
- name: Setup build directory
7388
run: mkdir builds

0 commit comments

Comments
 (0)