Specifiy specific size and colors
This commit is contained in:
parent
8f91b297f1
commit
2b46a7a227
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
- name: Install
|
- name: Install
|
||||||
run: sudo make -C src install
|
run: sudo make -C src install
|
||||||
- name: Test
|
- name: Test
|
||||||
run: tiv /usr/share/pixmaps/debian-logo.png
|
run: tiv -w 80 -h 24 -2 /usr/share/pixmaps/debian-logo.png
|
||||||
|
|
Loading…
Reference in a new issue