1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +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
run: |
sudo apt-get update
if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then
sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu2.1
if [ "${{matrix.os}}" == "ubuntu-22.04" ]; then
sudo apt-get install qtbase5-dev=5.15.3+dfsg-2ubuntu0.2
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
- name: Qt - Windows/Mac