Skip to content

Commit ba7de90

Browse files
committed
nope nope nope
1 parent 5c9020c commit ba7de90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/examples.yaml

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

0 commit comments

Comments
 (0)