Skip to content

Commit 3490a82

Browse files
committed
Remove broken cache
1 parent ed3986a commit 3490a82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
- name: Setup cache for apt packages (used by builddeb)
29-
uses: awalsh128/cache-apt-pkgs-action@latest
30-
with:
31-
packages: debhelper (>= 8.0.0) dh-python python3-pytest libboost-regex-dev
32-
version: 1.0
33-
- name: Install apt packages
28+
- name: Install apt packages (for debbuild)
3429
run: sudo apt-get install debhelper dh-python python3-pytest libboost-regex-dev
3530
shell: bash
3631
- name: Install dependencies

0 commit comments

Comments
 (0)