Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 29, 2024
1 parent a5abf1c commit e0aa50b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip

- run: sudo apt-get install --yes librsvg2-bin
- uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad # v1.4.2
with:
packages: librsvg2-bin pandoc
- run: pandoc --version

- uses: r-lib/actions/setup-pandoc@6012817847b5f064d0882d67a7b5e2ca6639afb2 # v2.9.0
- run: pandoc --version
Expand Down

0 comments on commit e0aa50b

Please sign in to comment.