Skip to content

Commit

Permalink
Configure GitHub Action to install system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Jun 6, 2021
1 parent a677dbe commit 234e82f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Install Ubuntu Packages
env:
DEBIAN_FRONTEND: noninteractive
run: sudo apt install -y default-jre make tidy imagemagick libreoffice libxml2-utils libreoffice-java-common
- uses: actions/setup-node@v2
- run: npm ci
- run: make
Expand Down

0 comments on commit 234e82f

Please sign in to comment.