Skip to content

Commit

Permalink
install webkit2gtk-4.1 with Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 2, 2024
1 parent 151113a commit 27e3932
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y file build-essential pkg-config libwebkit2gtk-4.0-dev
sudo apt-get install -y file build-essential pkg-config
sudo apt-get install -y libunwind-dev libstdc++-12-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-d cmake
sudo apt-get install -y libgtk-3-0 libblkid1 liblzma5
sudo apt-get install -y libpcap-dev libgtk-3-dev libayatana-appindicator3-dev ruby ruby-dev && sudo gem install bundler -v 2.2.26
- name: Install Flatpak and webkit2gtk-4.1
run: |
sudo apt-get install -y flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install -y flathub org.webkit.WebKit
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
Expand Down

0 comments on commit 27e3932

Please sign in to comment.