mirror of https://github.com/nirenjan/libx52.git
build: Fix meson dist issue inside containers
parent
9cddfe9cef
commit
c373ca9647
|
|
@ -9,6 +9,8 @@ rm -rf "$BUILDDIR"
|
|||
# Handle the meson dist failure in CI
|
||||
if [[ "$GITHUB_ACTIONS" == "true" ]]
|
||||
then
|
||||
# If in a container, then use the system directory
|
||||
git config --system --add safe.directory '*' || \
|
||||
git config --global --add safe.directory '*'
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue