Skip to content

Commit 517701e

Browse files
authored
Update ubuntu22.yml
qtbase wrkaround
1 parent 075ce62 commit 517701e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ubuntu22.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
run: |
1717
sudo apt update -y
1818
sudo apt install -y qt5-default qttools5-dev qttools5-dev-tools libqt5charts5-dev libboost-all-dev
19+
sudo apt install -y qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
20+
21+
1922
2023
- name: Clone fuego
2124
run: |

0 commit comments

Comments
 (0)