Skip to content

Commit

Permalink
Added exports to before-all
Browse files Browse the repository at this point in the history
  • Loading branch information
integraledelebesgue committed Oct 4, 2024
1 parent 943605e commit 85080a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ requires = ['meson-python', 'pybind11']
# 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]
before-all = "git clone https://github.com/microsoft/vcpkg.git; ls ./vcpkg; sh ./vcpkg/bootstrap-vcpkg.sh"
before-all = "git clone https://github.com/microsoft/vcpkg.git; sh ./vcpkg/bootstrap-vcpkg.sh; export VCPKG_ROOT=$(pwd)/vcpkg; export PATH=$PATH:$(pwd)/vcpkg"

0 comments on commit 85080a3

Please sign in to comment.