aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-03-09 21:42:44 +0100
committerGitHub <noreply@github.com>2022-03-09 21:42:44 +0100
commit10aa25d5ada958dbdc6caf31c17c7b24fe2db253 (patch)
tree31fc4aa3e0d6564a5050c8afec46add51afaa2dd /.github
parentb68b8cd1b829be8d69d6b481f8bb19595294a46a (diff)
parente082c6f1ef95708346b254ac8bcce9631f79ca43 (diff)
downloadPROJ-10aa25d5ada958dbdc6caf31c17c7b24fe2db253.tar.gz
PROJ-10aa25d5ada958dbdc6caf31c17c7b24fe2db253.zip
Merge pull request #3107 from OSGeo/backport-3106-to-9.0
[Backport 9.0] nkg.gie: update results due to https://github.com/OSGeo/PROJ-data/pull/79
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 10c83759..9600875c 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -45,7 +45,8 @@ jobs:
run: |
set VCPKG_INSTALLED=c:\vcpkg\installed\${{ env.ARCH }}-windows
dir %VCPKG_INSTALLED%\bin
- set PATH=%VCPKG_INSTALLED%\bin;%PATH%
+ dir %VCPKG_INSTALLED%\tools
+ set PATH=%VCPKG_INSTALLED%\bin;%VCPKG_INSTALLED%\tools;%PATH%
set PROJ_BUILD=%GITHUB_WORKSPACE%\build
mkdir %PROJ_BUILD%
cd %PROJ_BUILD%