We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d216a1 commit e03c9b7Copy full SHA for e03c9b7
.github/workflows/codechecker.yml
@@ -28,14 +28,6 @@ jobs:
28
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
29
BASE_REF: ${{ github.base_ref }}
30
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
-
39
- name: Print cloud service information
40
run: |
41
echo "ZEPHYR_RUNNER_CLOUD_PROVIDER = ${ZEPHYR_RUNNER_CLOUD_PROVIDER}"
0 commit comments