imc_channel.hpp: usage of iconv for unix only, bump version 2.0.15

This commit is contained in:
2023-08-08 23:29:48 +02:00
parent 9a520ddd9c
commit ed5b366341
3 changed files with 13 additions and 16 deletions

View File

@@ -40,12 +40,6 @@ jobs:
with:
name: wheel-config
path: python/
- name: Install libiconv for windows
if: matrix.os == 'windows-2019'
run: |
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
vcpkg install libiconv
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
working-directory: python/