From 9a0665653e983e7b7587d58d886ce058b7a47684 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Thu, 14 Jan 2021 16:09:29 +0000 Subject: [PATCH] Install libopenjp2-tools on linux --- .github/workflows/cicd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7772d0d..5953bc3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,6 +19,11 @@ jobs: with: node-version: 12 + - name: Install linux deps + if: startsWith(matrix.os, 'ubuntu') + run: | + sudo apt-get install --no-install-recommends -y libopenjp2-tools + - name: Install Snapcraft uses: samuelmeuli/action-snapcraft@v1 # Only install Snapcraft on Ubuntu