Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
qt5 workarnd
  • Loading branch information
ColinRitman authored Jan 4, 2025
1 parent 9d5ef1d commit b2b57cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install -y qt5-default qttools5-dev qttools5-dev-tools libqt5charts5-dev libboost-all-dev git
sudo apt install -y qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qttools5-dev qttools5-dev-tools libqt5charts5-dev libboost-all-dev
- name: Clone fuego
run: |
Expand Down

0 comments on commit b2b57cc

Please sign in to comment.