We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c75de7a + eaca3d6 commit 5b318a8Copy full SHA for 5b318a8
.github/workflows/windows-profile-build.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Setup
66
run: |
67
(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
+ C:\MozillaBuildSetup-Latest.exe /S | out-null
69
70
- name: Download Firefox and dependencies
71
if: ${{ matrix.arch == 'x86_64' }}
0 commit comments