From 57027e234e10e85d0d8f3a2fe1c27d5db1b37775 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Mon, 7 Aug 2023 23:03:51 +0200 Subject: [PATCH] fix workflow pypi-deploy.yml for installing libiconv --- .github/workflows/pypi-deploy.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 17c0a77..ff956bc 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -40,15 +40,12 @@ jobs: with: name: wheel-config path: python/ - - name: Get vcpkg repo - if: matrix.os == 'windows-2019' - run: git clone https://github.com/Microsoft/vcpkg.git - - name: Build and install vcpkg and install libiconv for windows + - 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 - working-directory: vcpkg/ - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse working-directory: python/