From ba7bafe092b373621bd398fa616bc4be921dd256 Mon Sep 17 00:00:00 2001 From: "Loren M. Lang" Date: Fri, 19 Jan 2024 11:15:19 -0800 Subject: [PATCH] Dropped install and don't restrict color palette during test --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c86c18a..a798e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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