We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914e08a commit fa9c5abCopy full SHA for fa9c5ab
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,15 @@ jobs:
31
python-version: ${{ matrix.py }}
32
cache: 'pip'
33
cache-dependency-path: 'setup.py'
34
+ - name: Cache apt packages
35
+ uses: actions/cache@v3
36
+ with:
37
+ path: |
38
+ /var/cache/apt/archives
39
+ /var/lib/apt/lists
40
+ key: apt-${{ runner.os }}-portaudio
41
+ restore-keys: |
42
+ apt-${{ runner.os }}-
43
- name: Cache tox environments
44
uses: actions/cache@v3
45
with:
0 commit comments