fix: reinstall protoc step

This commit is contained in:
Дмитрий
2026-03-24 14:39:16 +03:00
parent 8240a0630d
commit a482bdd0fd

View File

@@ -20,7 +20,7 @@ jobs:
registry-url: "https://registry.npmjs.org/"
- name: Install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
uses: arduino/setup-protoc@v3
- name: Install deps
run: npm install