Skip to content

Commit

Permalink
Fix QT install in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 15, 2023
1 parent 527ebdf commit c974ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Qt lrelease
run: |
sudo apt-get update
sudo apt-get install qt5-default qttools5-dev-tools
sudo apt-get install qttools5-dev-tools
- uses: actions/cache@v3.3.1
with:
Expand Down

0 comments on commit c974ae1

Please sign in to comment.