Skip to content

Commit a4179e1

Browse files
authored
1 parent 33aacd9 commit a4179e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
apt-get install -y git # required for `actions/checkout`
157157
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
158158
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
159+
git config --global --add safe.directory '*' # silence "git failed because of dubious ownership"
159160
- uses: actions/checkout@v4
160161
with:
161162
submodules: recursive

0 commit comments

Comments
 (0)