mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
remove x86 from NSIS configurations
This commit is contained in:
parent
f00ba86f2e
commit
83e8807cac
5
.github/workflows/nsis.yml
vendored
5
.github/workflows/nsis.yml
vendored
@ -27,11 +27,8 @@ jobs:
|
||||
matrix:
|
||||
qt_version: [5.15.0]
|
||||
platform: [windows-latest]
|
||||
arch: [x86, x64]
|
||||
arch: [x64]
|
||||
include:
|
||||
- platform: windows-latest
|
||||
arch: x86
|
||||
qtarch: win32_msvc2019
|
||||
- platform: windows-latest
|
||||
arch: x64
|
||||
qtarch: win64_msvc2019_64
|
||||
|
Loading…
Reference in New Issue
Block a user