Skip to content

Commit 0b3271e

Browse files
authored
Merge pull request #2245 from joto/ci-fix-win-proj
CI: Set PROJ_DATA env var so proj finds proj.db on Windows
2 parents 370ec91 + f500398 commit 0b3271e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/win-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runs:
88
run: ctest --output-on-failure -C Release
99
env:
1010
PYTHONUTF8: 1
11+
PROJ_DATA: c:/vcpkg/installed/x64-windows/share/proj/ # so proj finds proj.db
1112
shell: bash
1213
working-directory: build
1314

0 commit comments

Comments
 (0)