👷 Update proto build system

This commit is contained in:
Rune Harlyk
2026-01-03 15:59:34 +01:00
committed by nikguin04
parent 685088c218
commit 2b4468d407
8 changed files with 91 additions and 25 deletions
+5
View File
@@ -36,6 +36,11 @@ jobs:
cache: "pnpm"
cache-dependency-path: "./app/pnpm-lock.yaml"
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "27.x"
- run: pnpm install
- run: pnpm run build