mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
TERM: "whatever"
This commit is contained in:
parent
ba86818beb
commit
da0fd466ed
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test_install.yml
vendored
4
.github/workflows/test_install.yml
vendored
|
|
@ -16,4 +16,6 @@ jobs:
|
||||||
- run: pip install --upgrade pip
|
- run: pip install --upgrade pip
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -hal
|
- run: ls -hal
|
||||||
- run: echo "1\n" | ./install.sh
|
- env:
|
||||||
|
TERM: "whatever"
|
||||||
|
run: echo "1\n" | ./install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue