Skip to content

Commit fe4c1e0

Browse files
committed
use /usr/bin/git for configure
1 parent db0a538 commit fe4c1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: Configure Git Safe Directory
119119
if: steps.should_run.outputs.should_run == 'true'
120-
run: git config --global safe.directory '*'
120+
run: /usr/bin/git config --global safe.directory '*'
121121

122122
- name: Checkout Source Code (attempt 1)
123123
id: checkout1

0 commit comments

Comments
 (0)