Skip to content

Commit 65b0f4c

Browse files
committed
WIP
1 parent 45880f0 commit 65b0f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-raspberrypi/entrypoint_docker.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ echo "Build Yadoms"
3232
cmake --build projects-RaspberryPI \
3333
-j$(nproc)
3434

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+
3539
echo "Build Yadoms package"
3640
cmake --build projects-RaspberryPI \
3741
--target package \

0 commit comments

Comments
 (0)