Skip to content

Commit

Permalink
Try to fix compile error on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Dec 30, 2024
1 parent 3802a19 commit 694fb06
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 @@ -41,7 +41,7 @@ jobs:
- name: prerequisites-qt
run: |
sudo apt install qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools \
linguist-qt6 libgl1-mesa-dev freeglut3-dev libgraphviz-dev
linguist-qt6 libgl1-mesa-dev freeglut3-dev libgraphviz-dev qt6-svg-dev
- name: make-qt
run: |
mkdir qt/build
Expand Down

0 comments on commit 694fb06

Please sign in to comment.