TERM: "whatever"

This commit is contained in:
Christian Clauss 2023-07-18 09:53:41 +02:00 committed by GitHub
parent ba86818beb
commit da0fd466ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,6 @@ jobs:
- run: pip install --upgrade pip
- run: pwd
- run: ls -hal
- run: echo "1\n" | ./install.sh
- env:
TERM: "whatever"
run: echo "1\n" | ./install.sh