From be7e14b3235d1798cfaf51057d2ea5f0135b5659 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 25 Jul 2025 12:22:47 -0500 Subject: [PATCH] Fix MicE struct compilation errors by enabling submodule checkout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates Claude workflow to pull git submodules recursively, which resolves compilation errors for Aprs.Types.MicE struct that is defined in the vendor/aprs submodule. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/claude.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 64a3e5b..df5146f 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + submodules: recursive - name: Run Claude Code id: claude