mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
Revert "CI: workaround git bug regarding changed attributes"
This reverts commit aa44512b8511e18a334dcee55c1d9ae5d5aba842. This commit is no longer needed.
This commit is contained in:
parent
06f70c030a
commit
266e2e9a31
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user