Skip to content

Commit

Permalink
[GitHub Actions] Update Ubuntu Qt install
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Aug 18, 2023
1 parent 3656d09 commit 4c2cdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_ubuntu.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get Qt
run: sudo apt-get install qtbase5-dev qt5-default
run: sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
- name: Refresh submodules
run: git submodule update --init --recursive
- name: Configure
Expand Down

0 comments on commit 4c2cdad

Please sign in to comment.