From 006ab63b39fea63f59e2a465f406209f003b0fb1 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 13:14:07 +0200 Subject: [PATCH] Added no interactive flag --- .github/workflows/windows-profile-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index de6589e09..fd312ac84 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -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