Skip to content

Commit afb2e71

Browse files
committed
Try adding librsvg2-dev on linux
1 parent 40089bc commit afb2e71

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ runs:
4444
run: |
4545
sudo apt update
4646
sudo apt -y install libgtk-3-dev libwebkit2gtk-4.1-dev patchelf
47+
# Additional required linux packages
48+
sudo apt -y install librsvg2-dev
49+
50+
# Debug
51+
- name: Check librsvg-2.0.pc
52+
if: ${{ runner.os == 'Linux' && inputs.backend == 'true' }}
53+
shell: bash
54+
run: ls /usr/lib/x86_64-linux-gnu/pkgconfig/librsvg-2.0.pc

0 commit comments

Comments
 (0)