We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa6364 commit 3bcd789Copy full SHA for 3bcd789
1 file changed
.github/workflows/build_preprint.yml
@@ -16,13 +16,10 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v6
18
19
- - name: Cache apt packages
20
- uses: awalsh128/cache-apt-pkgs-action@latest
21
- with:
22
- packages: >
23
- pandoc texlive texlive-latex-extra texlive-fonts-recommended
24
- texlive-xetex texlive-fonts-extra zip python3-yaml
25
- version: 1.0
+ - name: Install apt packages
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-fonts-extra zip python3-yaml
26
27
- name: Extract JOSS frontmatter and build LaTeX assets
28
run: |
0 commit comments