diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index e1c636a68..e007657a7 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -1300,6 +1300,13 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: configure git + id: configure-git + run: | + git --version + git_path=$(pwd) + echo $git_path + git config --global --add safe.directory "$git_path" - name: capture start time id: capture-start-time run: | @@ -1522,6 +1529,13 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: configure git + id: configure-git + run: | + git --version + git_path=$(pwd) + echo $git_path + git config --global --add safe.directory "$git_path" - name: capture start time id: capture-start-time run: | @@ -1751,6 +1765,13 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: configure git + id: configure-git + run: | + git --version + git_path=$(pwd) + echo $git_path + git config --global --add safe.directory "$git_path" - name: capture start time id: capture-start-time run: | @@ -1989,6 +2010,13 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: configure git + id: configure-git + run: | + git --version + git_path=$(pwd) + echo $git_path + git config --global --add safe.directory "$git_path" - name: capture start time id: capture-start-time run: | @@ -2218,6 +2246,13 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: configure git + id: configure-git + run: | + git --version + git_path=$(pwd) + echo $git_path + git config --global --add safe.directory "$git_path" - name: capture start time id: capture-start-time run: | @@ -2454,6 +2489,13 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + - name: configure git + id: configure-git + run: | + git --version + git_path=$(pwd) + echo $git_path + git config --global --add safe.directory "$git_path" - name: capture start time id: capture-start-time run: |