Skip to content

Commit

Permalink
Specify install root
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Oct 3, 2022
1 parent cbf59f6 commit 1231248
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/win-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install C Packages (GDAL et al)
run: |
vcpkg install --feature-flags="versions,manifest"
vcpkg install --feature-flags="versions,manifest" --x-install-root=$VCPKG_INSTALLATION_ROOT/installed
vcpkg list
- name: Upload vcpkg build logs
Expand All @@ -61,8 +61,10 @@ jobs:

- name: Add to rasterio setup.cfg
run: |
ls c:/vcpkg/installed
ls c:/vcpkg/installed/x64-windows
ls -l c:/vcpkg/installed
ls -l c:/vcpkg/installed/x64-windows
ls -l c:/vcpkg/vcpkg_installed
ls -l c:/vcpkg/vcpkg_installed/x64-windows
ls c:/vcpkg/packages
echo -e "\n[build_ext]" >> setup.cfg
echo "include_dirs = c:/vcpkg/installed/x64-windows/include" >> setup.cfg
Expand Down

0 comments on commit 1231248

Please sign in to comment.