Browse Source

moar fixes

pull/887/head
Dan Ditomaso 8 months ago
parent
commit
7b6eb7fdd7
  1. 3
      .github/workflows/release-protobufs.yml

3
.github/workflows/release-protobufs.yml

@ -72,6 +72,9 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install workspace dependencies
run: pnpm install --frozen-lockfile
- name: Generate code
run: pnpm --filter @meshtastic/protobufs-ws build

Loading…
Cancel
Save