Skip to content

Commit

Permalink
added libraries to apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 9, 2023
1 parent 1ccba61 commit fb697e5
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
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
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down

0 comments on commit fb697e5

Please sign in to comment.