Skip to content

Commit

Permalink
Merge pull request aldelaro5#95 from cristian64/appimage_svg_support
Browse files Browse the repository at this point in the history
Enable support for SVG images in AppImage.
  • Loading branch information
dreamsyntax authored Nov 6, 2023
2 parents 2617b6f + 466ca21 commit ea86959
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 @@ -59,7 +59,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt install cmake libevdev-dev qt6-base-private-dev libgl1-mesa-dev libfuse2
sudo apt install cmake libevdev-dev qt6-base-private-dev libqt6svg6 libgl1-mesa-dev libfuse2
shell: bash

- name: Install GCC 10 and G++ 10
Expand Down

0 comments on commit ea86959

Please sign in to comment.