Skip to content

Commit 2ad69f2

Browse files
committed
add tzdb for R jobs
1 parent 4747f2a commit 2ad69f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/r.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ jobs:
277277
mkdir -p "$HOME/.local/bin"
278278
ci/scripts/install_minio.sh latest "$HOME/.local"
279279
echo "$HOME/.local/bin" >> $GITHUB_PATH
280+
- name: Download Timezone Database
281+
shell: bash
282+
run: |
283+
# RTools 40's MinGW GCC may not support C++20 chrono timezones,
284+
# so Arrow uses the vendored date library which requires tzdata
285+
ci/scripts/download_tz_database.sh
280286
- run: mkdir r/windows
281287
- name: Download artifacts
282288
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)