We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3372dee commit dacf4f6Copy full SHA for dacf4f6
.github/workflows/emscripten.yml
@@ -825,8 +825,7 @@ jobs:
825
$env:PATH="$PWD.Path;$env:PATH"
826
cd ..
827
Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe"
828
- choco install 7zip.install
829
- 7zz x "firefox-setup.exe"
+ "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
830
cd .\core\
831
832
0 commit comments