Fix: use absolute path for caching

This commit is contained in:
Alex P 2025-08-22 21:26:37 +00:00
parent a4b3fe6e33
commit 3d8a98d865
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'