Browse Source

moar fixes (#887)

pull/890/head
Dan Ditomaso 8 months ago
committed by GitHub
parent
commit
a97195c57e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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