mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
.github/workflows/package.yml: set qt versions from ci.yml
This commit is contained in:
parent
aacfdbe4a9
commit
8bb1649974
1 changed files with 4 additions and 3 deletions
7
.github/workflows/package.yml
vendored
7
.github/workflows/package.yml
vendored
|
|
@ -25,10 +25,11 @@ jobs:
|
||||||
if: startsWith(matrix.component, 'gui')
|
if: startsWith(matrix.component, 'gui')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then
|
sudo apt-get update
|
||||||
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 :
|
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: Package
|
- name: Package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue