Skip to content

Commit 023ac77

Browse files
CI: Drop APT cache
1 parent a59d190 commit 023ac77

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/run-tox.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ jobs:
3030
- name: Get current month
3131
id: date
3232
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
33-
- name: Cache APT Packages
34-
uses: awalsh128/cache-apt-pkgs-action@latest
35-
with:
36-
packages: poppler-utils imagemagick
37-
version: 2025.07.02
38-
execute_install_scripts: true
33+
- name: Install APT Packages
34+
run: |
35+
apt-get install -y poppler-utils imagemagick
3936
- name: Cache tox and precommit environments
4037
uses: actions/cache@v4
4138
with:

0 commit comments

Comments
 (0)