We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3e4c2 commit 8374768Copy full SHA for 8374768
Emscripten-build-instructions.md
@@ -316,8 +316,6 @@ Expand-Archive -Path "$PWD\chrome-win.zip" -DestinationPath "$PWD" -Force -Verbo
316
Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe" -Verbose
317
& "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
318
$env:PATH="$PWD\core;$PWD\chrome-win;$env:PATH"
319
-echo "PATH=$env:PATH"
320
-echo "PATH=$env:PATH" >> $env:GITHUB_ENV
321
echo "Running CppInterOpTests in Firefox"
322
emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
323
echo "Running DynamicLibraryManagerTests in Firefox"
0 commit comments