Skip to content

Commit

Permalink
Dropped install and don't restrict color palette during test
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin359 authored Jan 19, 2024
1 parent 2b46a7a commit ba7bafe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba7bafe

Please sign in to comment.