Fix MicE struct compilation errors by enabling submodule checkout

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 <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-25 12:22:47 -05:00
parent ba31ca0447
commit be7e14b323
No known key found for this signature in database

View file

@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
- name: Run Claude Code
id: claude