Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14f6272

Browse files
authoredFeb 4, 2020
update to new prebuilt win sed version (#7062)
1 parent 6be5616 commit 14f6272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function install_ide()
165165
wget -nv https://www.python.org/ftp/python/3.8.1/python-3.8.1-embed-win32.zip
166166
unzip -q python-3.8.1-embed-win32.zip
167167
cp "python.exe" "python3.exe"
168-
wget -nv -O sed.exe https://github.com/mbuilov/sed-windows/raw/master/sed-4.7-x64.exe
168+
wget -nv -O sed.exe https://github.com/mbuilov/sed-windows/raw/master/sed-4.8-x64.exe
169169
#wget -nv https://fossies.org/windows/misc/unz600xn.exe
170170
#unzip -q ./unz600xn.exe
171171
popd

0 commit comments

Comments
 (0)
Please sign in to comment.