1
0
Fork 0
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:
Henrik Hautakoski 2020-04-25 20:31:23 +02:00
parent 0b101728b6
commit e19982acee

View file

@ -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