We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7590cb8 commit 6919886Copy full SHA for 6919886
.github/workflows/raspberry-pi.yaml
@@ -69,6 +69,13 @@ jobs:
69
cd build
70
71
cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_DEPENDENCIES=OFF -DALIGNED_MEMORY_MODEL=ON
72
+ if [ $? -ne 0 ]; then
73
+ echo "CMake configuration failed!"
74
+ exit 1
75
+ fi
76
+
77
+ echo "Listing contents of build directory:"
78
+ ls -l
79
80
# Running 'make' under QEMU inside GitHub Actions has shown instability,
81
# with random segmentation faults occurring sporadically. This could be
0 commit comments