We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40089bc commit afb2e71Copy full SHA for afb2e71
1 file changed
.github/actions/setup/action.yml
@@ -44,3 +44,11 @@ runs:
44
run: |
45
sudo apt update
46
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