There was an error while loading. Please reload this page.
1 parent 4747f2a commit 2ad69f2Copy full SHA for 2ad69f2
1 file changed
.github/workflows/r.yml
@@ -277,6 +277,12 @@ jobs:
277
mkdir -p "$HOME/.local/bin"
278
ci/scripts/install_minio.sh latest "$HOME/.local"
279
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
286
- run: mkdir r/windows
287
- name: Download artifacts
288
uses: actions/download-artifact@v7
0 commit comments