echo -e "\n1\n1\n1\n" | sudo ./install.sh

This commit is contained in:
Christian Clauss 2023-07-18 10:04:07 +02:00 committed by GitHub
parent f21b8e2047
commit e6f0e39f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,7 @@ jobs:
python-version: 3.x
cache: 'pip'
- run: pip install --upgrade pip
- run: pwd
- run: ls -hal
- run: pwd && ls -hal
- env:
TERM: "linux"
run: echo "\n1\n" | sudo ./install.sh
run: echo -e "\n1\n1\n1\n" | sudo ./install.sh