Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikachu2333 committed Aug 16, 2024
1 parent c46e4a5 commit 6b9e058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install package #设置jre依赖,以获取精确时间
shell: pwsh
run: |
apt-get install tzdata -y
sudo apt-get install tzdata -y
- name: Build with LaTeXmk #编译准备
uses: xu-cheng/[email protected]
Expand Down

0 comments on commit 6b9e058

Please sign in to comment.