From 49c3a34c36e0c7bcbd0dfb8a09696f4f162d35ef Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 29 Nov 2025 06:28:54 -0800 Subject: [PATCH] chore: add meshtastic remote to vendor/firmware in deploy workflow --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e985ec4..ae9c779 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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