We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45880f0 commit 65b0f4cCopy full SHA for 65b0f4c
build-raspberrypi/entrypoint_docker.sh
@@ -32,6 +32,10 @@ echo "Build Yadoms"
32
cmake --build projects-RaspberryPI \
33
-j$(nproc)
34
35
+echo "Mark workspace safe for git"
36
+git config --global --add safe.directory "$GITHUB_WORKSPACE" || true
37
+git config --global --add safe.directory /work || true
38
+
39
echo "Build Yadoms package"
40
41
--target package \
0 commit comments