| author | |
| committer | |
| log | 266e2e9a313de6345e459fe8c1fd5f647e9132eb |
| tree | 0dad0d035abafd6389da5649ed3c1c40e82ada4e |
| parent | 06f70c030af35d052784cd448f779c21cb9ea177 |
This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842.
This commit is no longer needed.1 files changed, 0 insertions(+), 5 deletions(-)
ci/aarch64-windows.ps1-5| ... | ... | @@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") { |
| 31 | 31 | git fetch --unshallow # `git describe` won't work on a shallow repo |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | # Fix files that have their gitattributes changed | |
| 35 | git rm -rf lib | |
| 36 | git restore --staged lib | |
| 37 | git checkout lib | |
| 38 | ||
| 39 | 34 | Write-Output "Building from source..." |
| 40 | 35 | Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore |
| 41 | 36 | New-Item -Path 'build-release' -ItemType Directory |