Dropped install and don't restrict color palette during test
This commit is contained in:
parent
2b46a7a227
commit
ba7bafe092
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,5 @@ jobs:
|
|||
run: sudo apt-get install -qy imagemagick
|
||||
- name: Build
|
||||
run: make -C src
|
||||
- name: Install
|
||||
run: sudo make -C src install
|
||||
- name: Test
|
||||
run: tiv -w 80 -h 24 -2 /usr/share/pixmaps/debian-logo.png
|
||||
run: ./src/tiv -w 80 -h 24 /usr/share/pixmaps/debian-logo.png
|
||||
|
|
Loading…
Reference in a new issue