diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index c3f4562..e0b419b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -114,7 +114,9 @@ jobs: - uses: actions/checkout@v2 - name: Build testing binaries - run: cd tests && ./build_local_test_elfs.sh + run: | + git config --global --add safe.directory "$GITHUB_WORKSPACE" + cd tests && ./build_local_test_elfs.sh - name: Upload app binaries uses: actions/upload-artifact@v2