Skip to content

Commit

Permalink
Test: Install rsvg-convert in gitlab runner
Browse files Browse the repository at this point in the history
  • Loading branch information
olevs committed Jun 6, 2024
1 parent d17364e commit 0c034a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ on: [push]

jobs:
paper:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install rsvg-convert
run |
sudo apt-get update
sudo apt install librsvg2-bin
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
Expand Down

0 comments on commit 0c034a1

Please sign in to comment.