Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Install libopenjp2-tools on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jan 14, 2021
1 parent f974d44 commit 9a06656
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a06656

Please sign in to comment.