mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
changes to 32 bit
This commit is contained in:
parent
19d6d448e8
commit
76b3690726
2
.github/workflows/windows-x64.yml
vendored
2
.github/workflows/windows-x64.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: Install swig
|
||||
run: choco install swig
|
||||
|
||||
- name: Install QT and jom
|
||||
- name: Install jom
|
||||
run: |
|
||||
7z x jom.zip
|
||||
|
||||
|
13
.github/workflows/windows-x86.yml
vendored
13
.github/workflows/windows-x86.yml
vendored
@ -19,6 +19,15 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VER }}
|
||||
architecture: 'x86'
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.4.1
|
||||
with:
|
||||
version: '5.14.1'
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
arch: 'win32_msvc2017'
|
||||
aqtversion: '==0.8a3'
|
||||
|
||||
- name: Download dependencies
|
||||
run: |
|
||||
wget https://download.qt.io/official_releases/jom/jom.zip -OutFile jom.zip
|
||||
@ -40,10 +49,8 @@ jobs:
|
||||
- name: Install swig
|
||||
run: choco install swig
|
||||
|
||||
- name: Install Qt and Jom
|
||||
- name: Install Jom
|
||||
run: |
|
||||
pip install aqtinstall==0.8a2
|
||||
python -m aqt install 5.14.1 windows desktop win32_msvc2017
|
||||
7z x jom.zip
|
||||
shell: powershell
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user