Skip to content

Commit b4a8ef7

Browse files
Add tzdata for libc++
1 parent d580ed0 commit b4a8ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 2
2525
- name: Setup system deps
2626
run: |
27-
apt-get update && apt-get install -y ccache python3 python3-pip file
27+
apt-get update && apt-get install -y ccache python3 python3-pip file tzdata
2828
- name: Build and Test
2929
run: |
3030
git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)