Skip to content

Commit

Permalink
.github/workflows/package.yml: update QT versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Nov 11, 2022
1 parent 1d6fc76 commit d3fd36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
shell: bash
run: |
if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then
sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu1
sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu2.1
else :
sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.5
sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.6
fi
- name: Package
Expand Down

0 comments on commit d3fd36e

Please sign in to comment.