Skip to content

Commit 3c5806f

Browse files
leoparenteclaude
andcommitted
ci: add pcapplusplus bootstrap step for mac build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b2addc1 commit 3c5806f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Bootstrap local Corrade recipe
5353
run: conan create ${{github.workspace}}/recipes/corrade/all --version cci.20250327 --build=missing
5454

55+
- name: Bootstrap local pcapplusplus recipe
56+
run: conan create ${{github.workspace}}/recipes/pcapplusplus/cmake --version 23.09 --build=missing
57+
5558
- name: Configure CMake
5659
shell: bash
5760
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)