Skip to content

Commit e03c9b7

Browse files
committed
workaround
Signed-off-by: Anas Nashif <[email protected]>
1 parent 8d216a1 commit e03c9b7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/codechecker.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ jobs:
2828
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
2929
BASE_REF: ${{ github.base_ref }}
3030
steps:
31-
- name: Apply container owner mismatch workaround
32-
run: |
33-
# FIXME: The owner UID of the GITHUB_WORKSPACE directory may not
34-
# match the container user UID because of the way GitHub
35-
# Actions runner is implemented. Remove this workaround when
36-
# GitHub comes up with a fundamental fix for this problem.
37-
git config --global --add safe.directory ${GITHUB_WORKSPACE}
38-
3931
- name: Print cloud service information
4032
run: |
4133
echo "ZEPHYR_RUNNER_CLOUD_PROVIDER = ${ZEPHYR_RUNNER_CLOUD_PROVIDER}"

0 commit comments

Comments
 (0)