add windows 32bits
This commit is contained in:
parent
30b160fe53
commit
d08786f64f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -62,6 +62,10 @@ jobs:
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
|
||||||
|
- name: Windows x86
|
||||||
|
os: windows-latest
|
||||||
|
target: i686-pc-windows-msvc
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install package for linux
|
- name: Install package for linux
|
||||||
if: contains(matrix.platform.target, 'linux')
|
if: contains(matrix.platform.target, 'linux')
|
||||||
|
|
Loading…
Reference in a new issue