Added no interactive flag

This commit is contained in:
Mauro Balades
2024-07-22 13:14:07 +02:00
parent 4b54e4cfb5
commit 006ab63b39

View File

@@ -16,9 +16,7 @@ jobs:
# Edited from floorp build's windows profile build
runs-on: windows-latest
steps:
steps:
- name: Generate
run: |
@@ -27,7 +25,7 @@ jobs:
mkdir mozilla-source
cd mozilla-source
curl -O https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
python3 bootstrap.py
python3 bootstrap.py --no-interactive
cd mozilla-unified
python mach configure --enable-bootstrap