Skip to content

Commit

Permalink
Match apt cache key with OS version
Browse files Browse the repository at this point in the history
That way it's easier to remember updating the key when the OS version is changed.
  • Loading branch information
ADmad authored Jan 5, 2025
1 parent 50c9984 commit 7655449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-lang-all
version: 1.0
version: ubuntu-24.04

- name: Build Docs
run: |
Expand Down

0 comments on commit 7655449

Please sign in to comment.