-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ad2800
commit c46e4a5
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-java@v4 #设置jre依赖,以获取精确时间 | ||
with: | ||
distribution: "temurin" | ||
java-version: "21" #理论上8就够了 | ||
- name: Install package #设置jre依赖,以获取精确时间 | ||
shell: pwsh | ||
run: | | ||
apt-get install tzdata -y | ||
- name: Build with LaTeXmk #编译准备 | ||
uses: xu-cheng/[email protected] | ||
|