Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Sep 7, 2022
1 parent 98678f8 commit 39264ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Expand Up @@ -101,10 +101,8 @@ jobs:
cd "$VCPKG_INSTALLATION_ROOT"
git pull > nul
./bootstrap-vcpkg.bat -disableMetrics
vcpkg install --feature-flags="versions,manifests" --x-manifest-root=${GITHUB_WORKSPACE}/ci --x-install-root=$VCPKG_INSTALLATION_ROOT/installed
vcpkg install proj
mkdir -p ${GITHUB_WORKSPACE}/pyproj/proj_dir/share/proj
ls $VCPKG_INSTALLATION_ROOT/packages/proj_${{ matrix.triplet }}/share/proj
ls $VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/share/proj
cp "$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/share/proj/data/"* ${GITHUB_WORKSPACE}/pyproj/proj_dir/share/proj/
- name: Build wheels
Expand Down
11 changes: 0 additions & 11 deletions ci/vcpkg.json

This file was deleted.

0 comments on commit 39264ba

Please sign in to comment.