fix(build): next error in publish.yml fixed

This commit is contained in:
Patryk Hegenberg 2024-05-02 21:42:10 +02:00
parent 6162e6ac58
commit a15fa9d5a9

View file

@ -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'