Skip to content

Commit

Permalink
Main debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbrbr authored Jan 29, 2025
1 parent b76f573 commit 0a0fd17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ jobs:

- name: Download mozbuild
run: |
Set-PSDebug -Trace 1
mkdir -p C:\mozilla-build
cd C:\mozilla-build
Invoke-WebRequest https://ftp.mozilla.org/pub/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe -OutFile .\MozillaBuildSetup-Latest.exe
&'C:\Program Files\7-Zip\7z.exe' e -r -y .\MozillaBuildSetup-Latest.exe
pwd
&'C:\mozilla-build\start-shell.bat' --help
cmd.exe /c 'C:\mozilla-build\start-shell.bat' --help
- name: Checkout release branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 0a0fd17

Please sign in to comment.