remove \r

This commit is contained in:
neil 2020-08-29 00:35:33 +08:00
parent 763c05313b
commit 3b3d7eff3c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin'
- name: Clone acmetest
shell: cmd
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ && sed -i 's/\r//g' acmetest/acme.sh/acme.sh
- name: Run acmetest
shell: cmd
run: cd ../acmetest && bash.exe -c ./letest.sh