File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -822,12 +822,12 @@ jobs:
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"
824824 cd .\chrome-win\
825- $env:PATH="$PWD.Path;$env:PATH'
825+ $env:PATH="$PWD.Path;$env:PATH"
826826 cd ..
827827 Invoke-WebRequest -Uri "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US" -OutFile "firefox-setup.exe"
828828 7zz x "firefox-setup.exe"
829829 cd .\core\
830- $env:PATH="$PWD.Path;$env:PATH'
830+ $env:PATH="$PWD.Path;$env:PATH"
831831 cd ..
832832 emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" CppInterOpTests.html
833833 emrun.bat --browser="firefox.exe" --kill_exit --timeout 60 --browser-args="--headless" DynamicLibraryManagerTests.html
You can’t perform that action at this time.
0 commit comments