File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1143,6 +1143,13 @@ jobs:
11431143 with :
11441144 path : buffers-root
11451145
1146+ - name : Clone Boost.Capy
1147+ uses : actions/checkout@v3
1148+ with :
1149+ path : capy-root
1150+ repository : cppalliance/capy
1151+ ref : develop
1152+
11461153 - name : Clone Boost
11471154 uses : alandefreitas/cpp-actions/boost-clone@v1.9.0
11481155 id : boost-clone
@@ -1184,7 +1191,7 @@ jobs:
11841191
11851192 # Patch boost-root with workspace module
11861193 cp -r "$workspace_root"/buffers-root "libs/$module"
1187-
1194+ cp -r "$workspace_root"/capy-root libs/capy
11881195
11891196 - uses : actions/setup-node@v4
11901197 with :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ base-url: https://www.github.com/cppalliance/buffers/blob/develop/
2323# Style
2424verbose : true
2525multipage : true
26- # use-system-libc: true
27- # use-system-stdlib: true
26+ use-system-libc : true
27+ use-system-stdlib : true
2828
2929cmake : ' -DCMAKE_CXX_STANDARD=20 -DBOOST_BUFFERS_MRDOCS_BUILD=ON -DBOOST_BUFFERS_BUILD_TESTS=OFF -DBOOST_BUFFERS_BUILD_EXAMPLES=OFF'
You can’t perform that action at this time.
0 commit comments