Skip to content

Commit 8374768

Browse files
committed
Fix Windows Emscripten build instructions Emscripten-build-instructions.md
1 parent 4e3e4c2 commit 8374768

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Emscripten-build-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ Expand-Archive -Path "$PWD\chrome-win.zip" -DestinationPath "$PWD" -Force -Verbo
316316
Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe" -Verbose
317317
& "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
318318
$env:PATH="$PWD\core;$PWD\chrome-win;$env:PATH"
319-
echo "PATH=$env:PATH"
320-
echo "PATH=$env:PATH" >> $env:GITHUB_ENV
321319
echo "Running CppInterOpTests in Firefox"
322320
emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
323321
echo "Running DynamicLibraryManagerTests in Firefox"

0 commit comments

Comments
 (0)