diff --git a/ci/aarch64-windows.ps1 b/ci/aarch64-windows.ps1 index 0e43c1bf69d1387e3763e86730d17fed5cb17149..bf80d3a091192f1df7e6d2f3de57e36d499d6316 100644 --- a/ci/aarch64-windows.ps1 +++ b/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