Skip to content

Commit

Permalink
CI: enable taglib build cache for all OS'es
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 16, 2024
1 parent 1ee467e commit 9ba6dc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: cache built taglib on windows (very slow)
- name: cache native taglib build artifacts
uses: actions/cache@v4
if: ${{ runner.os == 'Windows' }}
with:
path: build/taglib
key: taglib-windows-${{ hashFiles('build_taglib.py') }}
key: taglib-${{ runner.os }}-${{ hashFiles('build_taglib.py') }}
- name: install pip dependencies (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down

0 comments on commit 9ba6dc7

Please sign in to comment.