Skip to content

Commit b456cad

Browse files
Update action.yml
1 parent d0cae46 commit b456cad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
# 检测代码
1717
- name: 'Checkout codes'
1818
uses: actions/checkout@v2
19+
20+
# 修改系统时区
21+
- name: Setup the time zone to Asia/Shanghai
22+
uses: zcong1993/setup-timezone@master
23+
with:
24+
timezone: Asia/Shanghai
1925

2026
# 安装requirements.txt中的依赖包
2127
- name: Install dependencies

0 commit comments

Comments
 (0)