Skip to content

Commit 7bf0471

Browse files
committed
tmp
1 parent b4567ca commit 7bf0471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -416,14 +416,15 @@ jobs:
416416
run: apt -q update && apt -q -y install libc6-amd64 lib64stdc++6
417417
- name: install git in container
418418
run: |
419+
git version
419420
if [ -f /etc/alpine-release ]; then
420421
apk update && apk add --no-cache git
421422
elif [ -f /etc/almalinux-release ] || [ -f /etc/redhat-release ]; then
422423
dnf -y install git
423424
else
424425
apt -q update && apt -q -y install git
425426
fi
426-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
427+
git version
427428
- uses: actions/checkout@v4
428429
- run: ci/install-dependencies.sh
429430
- run: useradd builder --create-home

0 commit comments

Comments
 (0)