Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Oct 7, 2024
1 parent fff840a commit 568623c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.linux.x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,10 @@ jobs:
image: almalinux:8
options: --cpus 4 --privileged
steps:
- uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Shanghai"
timezoneMacos: "Asia/Shanghai"
timezoneWindows: "China Standard Time"
- name: Set Timezone
run: |
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
- uses: actions/checkout@v4
- name: Build
run: |
Expand Down

0 comments on commit 568623c

Please sign in to comment.