Skip to content

Commit c45a29a

Browse files
committed
Pre-install tzdata and configure timezone
1 parent db28230 commit c45a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
image: "ubuntu:22.04"
6464
steps:
6565
- name: Prepare System
66-
run: apt-get update && apt-get -y install ca-certificates gpg
66+
run: apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install ca-certificates gpg tzdata
6767
- name: Download Release
6868
uses: actions/download-artifact@v4
6969
with:

0 commit comments

Comments
 (0)