mirror of https://github.com/jetkvm/kvm.git
Fix: use absolute path for caching
This commit is contained in:
parent
dee8a0b5a1
commit
071129a9ec
|
@ -40,7 +40,7 @@ jobs:
|
||||||
id: cache-audio-deps
|
id: cache-audio-deps
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
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 }}
|
key: audio-deps-${{ runner.os }}-alsa-${{ steps.versions.outputs.alsa_version }}-opus-${{ steps.versions.outputs.opus_version }}
|
||||||
- name: Setup development environment
|
- name: Setup development environment
|
||||||
if: steps.cache-audio-deps.outputs.cache-hit != 'true'
|
if: steps.cache-audio-deps.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in New Issue