We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a480d commit c5b7597Copy full SHA for c5b7597
projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml
@@ -213,6 +213,7 @@ jobs:
213
timeout-minutes: 30
214
shell: bash
215
run:
216
+ sudo git config --global --add safe.directory '*';
217
sudo LD_LIBRARY_PATH=./build/lib:$LD_LIBRARY_PATH python3 ./source/scripts/run-ci.py -B build
218
--name ${{ github.repository }}-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.runner }}-core
219
--build-jobs 16
0 commit comments