fix: Macos builds having the wrong SDK, b=(no-bug), c=workflows

This commit is contained in:
mr. m
2025-04-24 01:29:01 +02:00
parent 8f86e40b5d
commit b8f54de530
2 changed files with 2 additions and 37 deletions

View File

@@ -123,7 +123,8 @@ jobs:
cd engine
export SURFER_PLATFORM="darwin"
export PATH="$(python3 -m site --user-base)/bin":$PATH
./mach --no-interactive bootstrap --application-choice browser --no-system-changes
# Always exist with 0, even if bootstrap fails
./mach --no-interactive bootstrap --application-choice browser --no-system-changes --exclude macos-sdk || true
cd ..
- name: Build language packs