mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +02:00
.github/workflows/ci.yml: Update QT on ubuntu-20.04
This commit is contained in:
parent
6a7454875c
commit
f40c680ad1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then
|
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 :
|
else :
|
||||||
sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.5
|
sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.5
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue