Skip to content

Commit cebb8be

Browse files
committed
Update build.yml
Install rsvg-convert in GitHub action
1 parent 32a25ac commit cebb8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
quarto add --no-prompt computorg/computo-quarto-extension
2626
2727
- name: Install Jupyter
28-
run: sudo apt-get install -y jupyter
28+
run: sudo apt-get install -y jupyter librsvg2-bin
2929

3030
- name: Install Julia
3131
uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)