mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +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
|
||||
if: startsWith(matrix.build, 'gui') && runner.os != 'Linux'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
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
|
||||
|
||||
- name: Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
arch: ${{ matrix.qt-arch }}
|
||||
version: '5.11.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue