Skip to content

Commit

Permalink
use libgtk2.0 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 9, 2023
1 parent fb697e5 commit 60cbabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libx11-dev xorg-dev libglu1-mesa-dev libglib2.0-0 ia32-libs-gtk ia32-lib
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libx11-dev xorg-dev libglu1-mesa-dev libglib2.0-0 libgtk2.0-dev
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down

0 comments on commit 60cbabe

Please sign in to comment.