diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ae17b11499..16328cc5d0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -27,9 +27,9 @@ jobs: name: "Build and run unit tests" steps: - - name: Check LongPathsEnabled + - name: Set git core.longpaths flag run: | - (Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled + git config --system core.longpaths true - name: Checkout repository uses: actions/checkout@v4.1.1