Skip to content

Commit

Permalink
update zone
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikachu2333 committed Aug 16, 2024
1 parent 6b9e058 commit 2816f94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install package #设置jre依赖,以获取精确时间
shell: pwsh
run: |
sudo apt-get install tzdata -y
- name: Build with LaTeXmk #编译准备
uses: xu-cheng/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion latexmkrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$pdf_mode = 4;
$postscript_mode = $dvi_mode = 0;
$ENV{'TZ'}='Asia/Shanghai';
$ENV{'TZ'}='PRC-08';

0 comments on commit 2816f94

Please sign in to comment.