fix: Disable git unsafe directory checks.
* git directory safety checks cause issues for CI, so disabling them.
This commit is contained in:
parent
2f5fa1a7e9
commit
a3c3bca1c9
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -356,6 +356,8 @@ jobs:
|
||||
- name: Create and run container from 'build' candidate image
|
||||
shell: bash
|
||||
run: docker run -d -it --name candidate ${{ env.docker-args }} ${{ steps.paths.outputs.build-candidate }}
|
||||
- name: Fixes for git safety checks
|
||||
run: git config --global --add safe.directory '*'
|
||||
- name: Test cmake
|
||||
run: cmake --version
|
||||
- name: Test python
|
||||
|
Loading…
Reference in New Issue
Block a user