mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update @zen-browser/surfer dependency to version 1.0.35
This commit is contained in:
10
.github/workflows/windows-profile-build.yml
vendored
10
.github/workflows/windows-profile-build.yml
vendored
@@ -18,13 +18,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
(New-Object System.Net.WebClient).DownloadFile("https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe","C:\MozillaBuildSetup-Latest.exe")
|
||||
C:\MozillaBuildSetup-Latest.exe /S | out-null
|
||||
|
||||
pip install wget
|
||||
|
||||
|
||||
- name: Generate
|
||||
run: |
|
||||
@@ -32,7 +26,7 @@ jobs:
|
||||
|
||||
mkdir mozilla-source
|
||||
cd mozilla-source
|
||||
wget 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
|
||||
|
||||
cd mozilla-unified
|
||||
|
Reference in New Issue
Block a user