mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
.github/workflows: Update jurplel/install-qt-action to v3
This commit is contained in:
parent
b39a2a09ae
commit
04b1d60f9b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Qt - Windows/Mac
|
- name: Qt - Windows/Mac
|
||||||
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
|
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: '5.11.0'
|
version: '5.11.0'
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Qt
|
- name: Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.qt-arch }}
|
arch: ${{ matrix.qt-arch }}
|
||||||
version: '5.11.0'
|
version: '5.11.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue