mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
use git for firefox cloning
This commit is contained in:
4
.github/workflows/windows-profile-build.yml
vendored
4
.github/workflows/windows-profile-build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
# Edited from floorp build's windows profile build
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
steps:
|
||||
|
||||
- name: Generate
|
||||
run: |
|
||||
@@ -25,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 --no-interactive
|
||||
python3 bootstrap.py --no-interactive --vcs=git
|
||||
|
||||
cd mozilla-unified
|
||||
python mach configure --enable-bootstrap
|
||||
|
Reference in New Issue
Block a user