Fix: use absolute path for caching

This commit is contained in:
Alex P 2025-08-22 21:26:37 +00:00
parent dee8a0b5a1
commit 071129a9ec
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
id: cache-audio-deps
uses: actions/cache@v4
with:
path: ~/.jetkvm/audio-libs
path: $HOME/.jetkvm/audio-libs
key: audio-deps-${{ runner.os }}-alsa-${{ steps.versions.outputs.alsa_version }}-opus-${{ steps.versions.outputs.opus_version }}
- name: Setup development environment
if: steps.cache-audio-deps.outputs.cache-hit != 'true'