diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-03-09 19:06:58 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-03-09 18:07:27 +0000 |
| commit | e082c6f1ef95708346b254ac8bcce9631f79ca43 (patch) | |
| tree | 31fc4aa3e0d6564a5050c8afec46add51afaa2dd /.github/workflows | |
| parent | b68b8cd1b829be8d69d6b481f8bb19595294a46a (diff) | |
| download | PROJ-e082c6f1ef95708346b254ac8bcce9631f79ca43.tar.gz PROJ-e082c6f1ef95708346b254ac8bcce9631f79ca43.zip | |
Merge pull request #3106 from rouault/update_nkg_gie
nkg.gie: update results due to https://github.com/OSGeo/PROJ-data/pull/79
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
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% |
