Skip to content

Commit c4c0a98

Browse files
WebKit ARM64 Builderclaude
andcommitted
Add make installation for both x64 and ARM64
The PowerShell build script requires make to be available. Add it to both architecture dependency lists. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f267be5 commit c4c0a98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ jobs:
324324
scoop install ninja
325325
scoop install python
326326
scoop install perl
327+
scoop install make
327328
328329
# LLVM ARM64 has pre_install script issues in Scoop, install manually
329330
Write-Host "Installing LLVM ARM64 manually..."
@@ -339,6 +340,7 @@ jobs:
339340
scoop install python
340341
scoop install perl
341342
scoop install llvm
343+
scoop install make
342344
}
343345
344346
# Install Ruby manually on ARM64 (Scoop's Ruby fails on ARM64)

0 commit comments

Comments
 (0)