Commit 266e2e9a31

Andrew Kelley <andrew@ziglang.org>
2022-12-22 01:17:28
Revert "CI: workaround git bug regarding changed attributes"
This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842. This commit is no longer needed.
1 parent 06f70c0
Changed files (1)
ci/aarch64-windows.ps1
@@ -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