Skip to content

Commit

Permalink
use webkit2gtk-4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Jan 14, 2025
1 parent 051f1f4 commit adba36c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/install-desktop-deps/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Install desktop-specific dependencies
description: Installs desktop-specific dependencies for the current platform
runs:
using: "composite"
steps:
- name: install dependencies (ubuntu only)
if: ${{ runner.os == 'Linux' }}
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libxtst-dev libevdev-dev libxdo-dev
using: "composite"
steps:
- name: install dependencies (ubuntu only)
if: ${{ runner.os == 'Linux' }}
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libxtst-dev libevdev-dev libxdo-dev

0 comments on commit adba36c

Please sign in to comment.