Skip to content

Commit

Permalink
install package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikachu2333 committed Aug 16, 2024
1 parent 2ad2800 commit c46e4a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c46e4a5

Please sign in to comment.