Skip to content

Commit f541728

Browse files
committedFeb 26, 2025··
set tz
1 parent 99ddb4a commit f541728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
- name: Update system
4343
run: |
44+
ln -snf /usr/share/zoneinfo/Etc/UTC /etc/localtime
45+
echo Etc/UTC > /etc/timezone
4446
apt-get -y update
4547
apt-get -y install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
4648

0 commit comments

Comments
 (0)
Please sign in to comment.