Skip to content

Commit 077307b

Browse files
authored
Update emscripten.yml
1 parent b0e6b4d commit 077307b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/emscripten.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -821,18 +821,12 @@ jobs:
821821
822822
Invoke-WebRequest -Uri "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win/1411573/chrome-win.zip" -OutFile "chrome-win.zip"
823823
Expand-Archive -Path "chrome-win.zip" -DestinationPath "chrome-win"
824-
cd .\chrome-win\
825-
$env:PATH="$PWD.Path;$env:PATH"
826-
cd ..
827824
Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe"
828825
& "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
829-
cd .\core\
830-
$env:PATH="$PWD.Path;$env:PATH"
831-
cd ..
832-
emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
833-
emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
834-
emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
835-
emrun.bat --browser="chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
826+
emrun.bat --browser="$PWD.Path\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
827+
emrun.bat --browser="$PWD.Path\core\firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
828+
emrun.bat --browser="$PWD.Path\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
829+
emrun.bat --browser="$PWD.Path\chrome-win\chrome.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
836830
cd ..\..
837831
emmake make -j ${{ env.ncpus }} install
838832

0 commit comments

Comments
 (0)