@@ -694,7 +694,7 @@ jobs:
694694 - name : Clone Boost.Http.Proto
695695 uses : actions/checkout@v3
696696 with :
697- repository : cppalliance/http_proto
697+ repository : cppalliance/http
698698 path : http-proto-root
699699 ref : develop
700700
@@ -745,7 +745,7 @@ jobs:
745745 capy-root
746746 scan-modules-ignore : |
747747 beast2
748- http_proto
748+ http
749749 buffers
750750 capy
751751
@@ -822,7 +822,7 @@ jobs:
822822
823823 # Patch boost-root with workspace module
824824 cp -r "$workspace_root"/http-io-root "libs/$module"
825- cp -r "$workspace_root"/http-proto-root libs/http_proto
825+ cp -r "$workspace_root"/http-proto-root libs/http
826826 cp -r "$workspace_root"/buffers-root libs/buffers
827827 cp -r "$workspace_root"/capy-root libs/capy
828828
@@ -846,7 +846,7 @@ jobs:
846846 cxxflags : ${{ (matrix.asan && '-fsanitize=pointer-subtract') || '' }}
847847 user-config : ${{ ((startsWith(matrix.runs-on, 'windows') || startsWith(matrix.runs-on, 'macOS')) && format('{0}/user-config.jam', steps.patch.outputs.workspace_root)) || '' }}
848848 stop-on-error : true
849- extra-args : " libs/beast2/example" # https://github.com/ashtum/cpp-actions/issues/23
849+ extra-args : " libs/beast2/example"
850850
851851 - name : Boost CMake Workflow
852852 uses : alandefreitas/cpp-actions/cmake-workflow@v1.9.0
@@ -1041,7 +1041,7 @@ jobs:
10411041 - name : Clone Boost.Http.Proto
10421042 uses : actions/checkout@v3
10431043 with :
1044- repository : cppalliance/http_proto
1044+ repository : cppalliance/http
10451045 path : http-proto-root
10461046 ref : develop
10471047
@@ -1073,7 +1073,7 @@ jobs:
10731073 capy-root
10741074 scan-modules-ignore : |
10751075 beast2
1076- http_proto
1076+ http
10771077 buffers
10781078 capy
10791079
@@ -1108,7 +1108,7 @@ jobs:
11081108
11091109 # Patch boost-root with workspace module
11101110 cp -r "$workspace_root"/http-io-root "libs/$module"
1111- cp -r "$workspace_root"/http-proto-root libs/http_proto
1111+ cp -r "$workspace_root"/http-proto-root libs/http
11121112 cp -r "$workspace_root"/buffers-root libs/buffers
11131113 cp -r "$workspace_root"/capy-root libs/capy
11141114
0 commit comments