Skip to content

Commit 4392701

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_debug.yml

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

34+
- name: Bootstrap local Corrade recipe
35+
run: conan create ${{github.workspace}}/recipes/corrade/all --version cci.20250327 --build=missing
36+
3437
- name: linux package install
3538
run: |
3639
sudo apt-get update

0 commit comments

Comments
 (0)