Skip to content

Commit

Permalink
Improve CI runtime by caching APT packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Nov 15, 2022
1 parent 155cb85 commit 0b42e75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
python-version: "3.10"

- name: Install utilities
run: |
sudo apt update
sudo apt install dvipng texlive-latex-extra texlive-fonts-extra texlive-science dictzip
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: dvipng texlive-latex-extra texlive-fonts-extra texlive-science dictzip
version: 1.0

- uses: actions/cache@v3
id: cache
Expand Down

0 comments on commit 0b42e75

Please sign in to comment.