From 45effa81c2bef562103876fc7c4d50fbd08a1a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sm=C3=B3=C5=82ka?= Date: Fri, 4 Oct 2024 23:31:10 +0200 Subject: [PATCH] Modified before-all --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09e6da0..739db37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,5 @@ requires = ['meson-python', 'pybind11'] # [tool.cibuildwheel] # environment = { PATH = "$PATH:/home/runner/work/mini-face-meson-test/mini-face-meson-test/vcpkg:/usr/local/bin" } # This allows accessing `vcpkg` in the container created by `cibuildwheel` -[tool.cibuildwheel.linux] -environment-pass = ["VCPKG_ROOT"] +[tool.cibuildwheel] before-all = "sh ./vcpkg/bootstrap-vcpkg.sh"