chore: add meshtastic remote to vendor/firmware in deploy workflow

This commit is contained in:
Ben Allfree
2025-11-29 06:28:54 -08:00
parent f6f3ecb06f
commit 49c3a34c36

View File

@@ -15,6 +15,10 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Add meshtastic remote to vendor/firmware
run: |
git remote add meshtastic git@github.com:meshtastic/firmware.git
working-directory: vendor/firmware
- name: Setup Bun
uses: oven-sh/setup-bun@v1