mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
ci: fix windows source cache (#22609)
This commit is contained in:
committed by
GitHub
parent
85d4040833
commit
28cb24fe97
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user