Skip to content

Commit 7588a19

Browse files
leoparenteclaude
andcommitted
ci: add Corrade recipe bootstrap step to build-release workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4392701 commit 7588a19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
4040
restore-keys: conan-${{ runner.os }}-
4141

42+
- name: Bootstrap local Corrade recipe
43+
run: conan create ${{github.workspace}}/recipes/corrade/all --version cci.20250327 --build=missing
44+
4245
- name: Configure CMake
4346
shell: bash
4447
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)