Skip to content

Commit b80b25b

Browse files
leoparenteclaude
andcommitted
ci: add Corrade recipe bootstrap step to build_cross workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent eb07a9e commit b80b25b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_cross.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ jobs:
122122
key: conan-${{ runner.os }}-${{matrix.arch}}-${{ hashFiles('**/conanfile.py') }}
123123
restore-keys: conan-${{ runner.os }}-${{matrix.arch}}-
124124

125+
- name: Bootstrap local Corrade recipe
126+
working-directory: ${{github.workspace}}/src
127+
run: conan create recipes/corrade/all --version cci.20250327 -pr:b=default --build=missing
128+
125129
- name: Install dependencies
126130
working-directory: ${{github.workspace}}/src
127131
run: |

0 commit comments

Comments
 (0)