Skip to content

Commit

Permalink
install required Linux packages in release job [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 20, 2022
1 parent 577f8e7 commit 57f21de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,22 @@ jobs:
build:
needs: activate
runs-on: ubuntu-latest
env:
ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.2'
PRAWN_GMAGICK_VERSION: '0.0.9'
PYGMENTS_VERSION: '~> 2.0'
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Install Linux packages
run: |
sudo apt-get update
sudo apt-get install ghostscript poppler-utils libgraphicsmagick1-dev
- name: Configure Bundler
run: |
bundle config --local path .bundle/gems
Expand Down

0 comments on commit 57f21de

Please sign in to comment.