Skip to content

Commit 9f56265

Browse files
authored
Update emscripten.yml
1 parent c3e9c62 commit 9f56265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)