Skip to content

Commit 6a768a2

Browse files
committed
maybe get the example to run
1 parent 8771211 commit 6a768a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/examples.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
cd examples/cmake-scenarios
121121
./build.sh
122122
for dir in scratch/build*; do
123-
./${dir}/minimal_cpp_app || ./${dir}/Debug/minimal_cpp_app ;
124-
echo ;
123+
./${dir}/minimal_cpp_app || ./${dir}/Debug/minimal_cpp_app
125124
done
126125
127126
- name: Meson example

0 commit comments

Comments
 (0)