mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
Github Actions: pin qt5-default to 5.9.5 on ubuntu.
This commit is contained in:
parent
dce6f58607
commit
2ec874607f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Qt - Ubuntu
|
- name: Qt - Ubuntu
|
||||||
if: startsWith(matrix.build, 'gui') && runner.os == 'Linux'
|
if: startsWith(matrix.build, 'gui') && runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sudo apt-get install qt5-default
|
run: sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.5
|
||||||
|
|
||||||
- name: Qt - Windows/Mac
|
- name: Qt - Windows/Mac
|
||||||
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
|
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
|
||||||
|
|
|
||||||
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Qt
|
- name: Qt
|
||||||
if: startsWith(matrix.component, 'gui')
|
if: startsWith(matrix.component, 'gui')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sudo apt-get install qt5-default
|
run: sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.5
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue