Set terminal type for make command
This commit is contained in:
parent
ea37ab40b1
commit
ea7d73e5e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
|
@ -14,4 +14,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: TERM=xterm make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue