diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 67eae67..2d1aa27 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -12,6 +12,7 @@ jobs: with: packages: cmake gcc-g++ make git python3 python3-devel - run: git config --global core.autocrlf input + - run: git config --global safe.directory '*' - uses: actions/checkout@v4 - run: python -m ensurepip - run: python -m pip install .