diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ffa4b7..3e4acce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: - name: Clone repo and checkout branch run: | git clone -b ${{ steps.extract_branch.outputs.branch }} https://github.com/maliput/maliput_xodr.git . + - name: Git setup + run: | + git config --global --add safe.directory . - name: Install requirements run: | pip3 install -r requirements.txt