mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
Fix: use absolute path for caching
This commit is contained in:
parent
dee8a0b5a1
commit
071129a9ec
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user