File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 - name : Build and run example tests
6666 run : |
67- ./b2 libs/static_string/example \
67+ ./b2 libs/static_string/example/static_cstring \
6868 toolset=${{ matrix.toolset }} \
6969 cxxstd=${{ matrix.cxxstd }} \
7070 variant=debug,release \
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Build and run example tests
107107 run : |
108- ./b2 libs/static_string/example \
108+ ./b2 libs/static_string/example/static_cstring \
109109 toolset=${{ matrix.toolset }} \
110110 cxxstd=${{ matrix.cxxstd }} \
111111 variant=debug,release \
@@ -148,7 +148,7 @@ jobs:
148148
149149 - name : Build and run example tests
150150 run : |
151- .\b2 libs/static_string/example ^
151+ .\b2 libs/static_string/example/static_cstring ^
152152 toolset=${{ matrix.toolset }} ^
153153 cxxstd=${{ matrix.cxxstd }} ^
154154 variant=debug,release ^
You can’t perform that action at this time.
0 commit comments