mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +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
|
||||
if: startsWith(matrix.build, 'gui') && runner.os == 'Linux'
|
||||
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
|
||||
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
|
||||
if: startsWith(matrix.component, 'gui')
|
||||
shell: bash
|
||||
run: sudo apt-get install qt5-default
|
||||
run: sudo apt-get install qt5-default=5.9.5+dfsg-0ubuntu2.5
|
||||
|
||||
- name: Package
|
||||
id: package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue