Skip to content

Commit f145a56

Browse files
committed
Fix
1 parent 5406618 commit f145a56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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 ^

0 commit comments

Comments
 (0)