Skip to content

Commit b0e6b4d

Browse files
authored
Update emscripten.yml
1 parent dacf4f6 commit b0e6b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ jobs:
825825
$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"
828-
"C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
828+
& "C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
829829
cd .\core\
830830
$env:PATH="$PWD.Path;$env:PATH"
831831
cd ..

0 commit comments

Comments
 (0)