Skip to content

Commit dacf4f6

Browse files
authored
Update emscripten.yml
1 parent 3372dee commit dacf4f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +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-
choco install 7zip.install
829-
7zz x "firefox-setup.exe"
828+
"C:\Program Files\7-Zip\7z.exe" x "firefox-setup.exe"
830829
cd .\core\
831830
$env:PATH="$PWD.Path;$env:PATH"
832831
cd ..

0 commit comments

Comments
 (0)