Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kivanio committed Jan 12, 2021
1 parent 33c6ff2 commit af19ab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Setup ghostscript
run: sudo apt-get -yqq install ghostscript
- name: Install dependencies
run: bundle install
- name: Run tests
Expand All @@ -39,6 +41,8 @@ jobs:
with:
ruby-version: ${{ matrix.jruby }}
bundler-cache: true
- name: Setup ghostscript
run: sudo apt-get -yqq install ghostscript
- name: Install dependencies
env:
JRUBY_OPTS: --debug
Expand Down

0 comments on commit af19ab7

Please sign in to comment.