Skip to content

Commit 393d842

Browse files
committed
Pre-configure tzdata package
1 parent 1e48edd commit 393d842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prep-gh-action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
apt-get --help && apt-get update && apt-get -y install curl make gpg
3+
apt-get --help && apt-get update && TZ=Etc/UTC apt-get -y install curl make gpg tzdata
44
yum --help && (curl --help && yum -y install curl) && yum install make gpg
55

66
(cat /etc/os-release | grep bookworm) && apt-get -y install libstdc++-12-dev gnupg2

0 commit comments

Comments
 (0)