doc, ci: Fix an error in package name for Windows

it's dos2unix, not unix2dos

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2020-07-16 14:48:28 +03:00 committed by Alexander Amelkin
parent 239ef6a4ef
commit 3a1a9cb283
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ jobs:
libncurses-devel `
libreadline-devel `
libssl-devel `
unix2dos `
dos2unix `
wget
echo "::add-path::C:/tools/cygwin/bin"
echo "::add-path::C:/tools/cygwin/usr/bin"

View File

@ -55,7 +55,7 @@ and do the following using PowerShell:
PS C:\ipmitool> choco install cyg-get -y
PS C:\ipmitool> cyg-get gcc-g++ make automake autoconf `
# m4 libtool libncurses-devel libreadline-devel libssl-devel `
# unix2dos wget
# dos2unix wget
PS C:\ipmitool> $env:path="C:\tools\cygwin\usr\bin;$env:path"
PS C:\ipmitool> $env:path="C:\tools\cygwin\bin;$env:path"
PS C:\ipmitool> dos2unix bootstrap configure.ac csv-revision