chore: Update macOS alpha build workflow to bootstrap the engine with --no-system-changes flag

This commit is contained in:
Mauro Balades
2024-08-20 12:31:01 +02:00
parent b38acdd8be
commit 776c9f69d5

View File

@@ -82,7 +82,7 @@ jobs:
run: |
cd engine
export PATH="$(python3 -m site --user-base)/bin":$PATH
./mach --no-interactive bootstrap --application-choice browser
./mach --no-interactive bootstrap --application-choice browser --no-system-changes
cd ..
- name: Import