diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0107145..cd03a05 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -89,7 +89,7 @@ jobs: - name: Config Git add safe directory if: matrix.config.family == 'cygwin' - run: git config --global --add safe.directory ${GITHUB_WORKSPACE} + run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: Set cmake cache destination for Linux if: matrix.config.os == 'ubuntu-latest'