Skip to content

Commit 2a49e0c

Browse files
committed
Add git.safedirectory back as a step
1 parent f898ada commit 2a49e0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pkgci_test_amd_mi300.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444
with:
4545
submodules: false
46+
- name: "Mark git safe.directory"
47+
run: git config --global --add safe.directory '*'
4648
- name: Check out runtime submodules
4749
run: ./build_tools/scripts/git/update_runtime_submodules.sh
4850
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0

0 commit comments

Comments
 (0)