ci: add install protoc step

This commit is contained in:
Дмитрий
2026-03-24 14:30:43 +03:00
parent 01821526d2
commit 2d80d3306a

View File

@@ -19,6 +19,9 @@ jobs:
node-version: 20
registry-url: "https://registry.npmjs.org/"
- name: Install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Install deps
run: npm install