Skip to content

Commit e04f156

Browse files
WebKit ARM64 Builderclaude
andcommitted
Install 7zip first to avoid bootstrap extraction issues
Installing 7zip first prevents the 7zr.exe access denied error that occurs when Scoop tries to use its temporary extractor for other packages. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e87b889 commit e04f156

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@ jobs:
294294
echo "$env:USERPROFILE\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
295295
}
296296
297-
# Install aria2 first for parallel downloads
297+
# Install 7zip first to avoid bootstrap extraction issues
298+
scoop install 7zip
299+
300+
# Install aria2 for parallel downloads
298301
scoop install aria2
299302
300303
# Install tools via Scoop

0 commit comments

Comments
 (0)