Skip to content

Commit 5b318a8

Browse files
committed
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2 parents c75de7a + eaca3d6 commit 5b318a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-profile-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup
6666
run: |
6767
(New-Object System.Net.WebClient).DownloadFile("https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe", "C:\MozillaBuildSetup-Latest.exe")
68-
C:\MozillaBuildSetup-Latest.exe /S
68+
C:\MozillaBuildSetup-Latest.exe /S | out-null
6969
7070
- name: Download Firefox and dependencies
7171
if: ${{ matrix.arch == 'x86_64' }}

0 commit comments

Comments
 (0)