Set terminal type for make command

This commit is contained in:
Raphaël 2025-09-04 15:10:54 +02:00 committed by GitHub
parent ea37ab40b1
commit ea7d73e5e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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