We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac37a commit 08a7bdcCopy full SHA for 08a7bdc
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
if: matrix.settings.platform == 'ubuntu-22.04'
33
run: |
34
sudo apt-get update
35
- sudo apt-get install -y build-essential libssl-dev libayatana-appindicator3-dev libgtk-3-dev libwebkit2gtk-4.0-dev librsvg2-dev patchelf
+ sudo apt-get install -y build-essential libssl-dev libayatana-appindicator3-dev libsoup-3.0-dev libgtk-3-dev libwebkit2gtk-4.0-dev librsvg2-dev patchelf
36
- name: Install pnpm
37
uses: pnpm/action-setup@v2
38
with:
0 commit comments