1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

.github/workflows/ci.yml: fix qt package on ubuntu-22.04

This commit is contained in:
Henrik Hautakoski 2023-04-04 19:23:26 +02:00
parent 8bc93c1bec
commit cf104e1616

View file

@ -46,10 +46,10 @@ jobs:
shell: bash shell: bash
run: | run: |
sudo apt-get update sudo apt-get update
if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then if [ "${{matrix.os}}" == "ubuntu-22.04" ]; then
sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu2.1 sudo apt-get install qtbase5-dev=5.15.3+dfsg-2ubuntu0.2
else : else :
sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.6 sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu2.1
fi fi
- name: Qt - Windows/Mac - name: Qt - Windows/Mac