mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
.github/workflows/package.yml: set qt arch correctly on windows.
This commit is contained in:
parent
0b101728b6
commit
e19982acee
1 changed files with 6 additions and 0 deletions
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
|
|
@ -49,6 +49,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ Win32, x64 ]
|
arch: [ Win32, x64 ]
|
||||||
|
include:
|
||||||
|
- arch: Win32
|
||||||
|
qt-arch: win32_msvc2015
|
||||||
|
- arch: x64
|
||||||
|
qt-arch: win64_msvc2015_64
|
||||||
name: Windows (${{matrix.arch}})
|
name: Windows (${{matrix.arch}})
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -57,6 +62,7 @@ jobs:
|
||||||
- name: Qt
|
- name: Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
|
arch: ${{ matrix.qt-arch }}
|
||||||
version: '5.9'
|
version: '5.9'
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue