Skip to content

Commit 3bcd789

Browse files
Update build_preprint.yml
1 parent eaa6364 commit 3bcd789

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/build_preprint.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v6
1818

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
19+
- name: Install apt packages
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-fonts-extra zip python3-yaml
2623
2724
- name: Extract JOSS frontmatter and build LaTeX assets
2825
run: |

0 commit comments

Comments
 (0)