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 dacf4f6 commit b0e6b4dCopy full SHA for b0e6b4d
.github/workflows/emscripten.yml
@@ -825,7 +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
- "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
+ & "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
829
cd .\core\
830
831
0 commit comments