Skip to content

Commit 266e2e9

Browse files
committed
Revert "CI: workaround git bug regarding changed attributes"
This reverts commit aa44512. This commit is no longer needed.
1 parent 06f70c0 commit 266e2e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/aarch64-windows.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ if ((git rev-parse --is-shallow-repository) -eq "true") {
3131
git fetch --unshallow # `git describe` won't work on a shallow repo
3232
}
3333

34-
# Fix files that have their gitattributes changed
35-
git rm -rf lib
36-
git restore --staged lib
37-
git checkout lib
38-
3934
Write-Output "Building from source..."
4035
Remove-Item -Path 'build-release' -Recurse -Force -ErrorAction Ignore
4136
New-Item -Path 'build-release' -ItemType Directory

0 commit comments

Comments
 (0)