ci: fix windows source cache (#22609)
This commit is contained in:
parent
85d4040833
commit
28cb24fe97
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ build_script:
|
|||
# build time generation of file gen/angle/commit.h depends on
|
||||
# third_party/angle/.git/HEAD.
|
||||
# https://chromium-review.googlesource.com/c/angle/angle/+/2074924
|
||||
if ($(7z a $zipfile third_party\angle\.git\HEAD;$LASTEXITCODE -ne 0)) {
|
||||
if ($(7z a $zipfile src\third_party\angle\.git\HEAD;$LASTEXITCODE -ne 0)) {
|
||||
Write-warning "Failed to add third_party\angle\.git\HEAD; continuing anyway"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue