fix(build): next error in publish.yml fixed
This commit is contained in:
parent
6162e6ac58
commit
a15fa9d5a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Install deps on Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: choco install protobuf
|
||||
run: choco install protoc
|
||||
|
||||
- name: Install deps on Linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue