We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7785f7c commit bc6508bCopy full SHA for bc6508b
.github/workflows/paper.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
14
- name: Update the system
15
- uses: sudo apt-get update
+ run: sudo apt-get update
16
17
- name: Install latexmk
18
run: sudo apt-get install texlive-full
0 commit comments