| author | |
| committer | |
| log | aa44512b8511e18a334dcee55c1d9ae5d5aba842 |
| tree | 792f719062183e65730c4a3424ef120591e0b48d |
| parent | e6a4e87f69cdb8c76b24f136c945694db69f9b50 |
1 files changed, 5 insertions(+), 0 deletions(-)
ci/aarch64-windows.ps1+5| ... | ... | @@ -31,6 +31,11 @@ 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 | ||
| 34 | 39 | Write-Output "Building from source..." |
| 35 | 40 | Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore |
| 36 | 41 | New-Item -Path 'build-release' -ItemType Directory |