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:
parent
ba31ca0447
commit
be7e14b323
1 changed files with 1 additions and 0 deletions
1
.github/workflows/claude.yml
vendored
1
.github/workflows/claude.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue