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