install libiconv in github workflow for matrix.os windows-2019
This commit is contained in:
parent
b54979aa74
commit
ecbae3f79b
10
.github/workflows/pypi-deploy.yml
vendored
10
.github/workflows/pypi-deploy.yml
vendored
@ -40,6 +40,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: wheel-config
|
name: wheel-config
|
||||||
path: python/
|
path: python/
|
||||||
|
- name: Install iconv for Windows
|
||||||
|
if: matrix.os == 'windows-2019'
|
||||||
|
steps:
|
||||||
|
- name: Get vcpkg repo
|
||||||
|
run: git clone https://github.com/Microsoft/vcpkg.git
|
||||||
|
- name: Install vcpkg
|
||||||
|
run: .\vcpkg\bootstrap-vcpkg.bat
|
||||||
|
working-directory: vcpkg/
|
||||||
|
- name: Install required package libiconv
|
||||||
|
run: vcpkg install libiconv
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse
|
run: python -m cibuildwheel --output-dir wheelhouse
|
||||||
working-directory: python/
|
working-directory: python/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user