Skip to content

Commit c5622a6

Browse files
committed
fix(ci): use Windows backslashes in relative TZIF_DATA_PATH
1 parent 57a79a3 commit c5622a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
- name: Run integration tests
114114
shell: bash
115115
env:
116-
# Use relative path - absolute paths with drive letters cause issues
117-
TZIF_DATA_PATH: data/tzif/20251105T093308Z
116+
# Use relative path with Windows backslashes
117+
TZIF_DATA_PATH: .\data\tzif\20251105T093308Z
118118
run: |
119119
echo "========================================"
120120
echo "Running Integration Tests"

0 commit comments

Comments
 (0)