We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3986a commit 3490a82Copy full SHA for 3490a82
.github/workflows/python-app.yml
@@ -25,12 +25,7 @@ jobs:
25
uses: actions/setup-python@v5
26
with:
27
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
+ - name: Install apt packages (for debbuild)
34
run: sudo apt-get install debhelper dh-python python3-pytest libboost-regex-dev
35
shell: bash
36
- name: Install dependencies
0 commit comments