mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-11 17:12:36 +00:00
Added no interactive flag
This commit is contained in:
6
.github/workflows/windows-profile-build.yml
vendored
6
.github/workflows/windows-profile-build.yml
vendored
@@ -16,9 +16,7 @@ jobs:
|
|||||||
# Edited from floorp build's windows profile build
|
# Edited from floorp build's windows profile build
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Generate
|
- name: Generate
|
||||||
run: |
|
run: |
|
||||||
@@ -27,7 +25,7 @@ jobs:
|
|||||||
mkdir mozilla-source
|
mkdir mozilla-source
|
||||||
cd mozilla-source
|
cd mozilla-source
|
||||||
curl -O https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py
|
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
|
cd mozilla-unified
|
||||||
python mach configure --enable-bootstrap
|
python mach configure --enable-bootstrap
|
||||||
|
|||||||
Reference in New Issue
Block a user