mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +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:
|
||||
matrix:
|
||||
arch: [ Win32, x64 ]
|
||||
include:
|
||||
- arch: Win32
|
||||
qt-arch: win32_msvc2015
|
||||
- arch: x64
|
||||
qt-arch: win64_msvc2015_64
|
||||
name: Windows (${{matrix.arch}})
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
|
@ -57,6 +62,7 @@ jobs:
|
|||
- name: Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
arch: ${{ matrix.qt-arch }}
|
||||
version: '5.9'
|
||||
|
||||
- name: Configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue