Revert "CI: workaround git bug regarding changed attributes"

This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842.

This commit is no longer needed.
This commit is contained in:
Andrew Kelley 2022-12-21 17:17:28 -07:00
parent 06f70c030a
commit 266e2e9a31

View File

@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") {
git fetch --unshallow # `git describe` won't work on a shallow repo
}
# Fix files that have their gitattributes changed
git rm -rf lib
git restore --staged lib
git checkout lib
Write-Output "Building from source..."
Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore
New-Item -Path 'build-release' -ItemType Directory