mirror of https://github.com/jetkvm/kvm.git
Fix: always save cache
This commit is contained in:
parent
4875c243d3
commit
de0077a351
|
@ -42,6 +42,7 @@ jobs:
|
|||
with:
|
||||
path: $HOME/.jetkvm/audio-libs
|
||||
key: audio-deps-${{ runner.os }}-alsa-${{ steps.versions.outputs.alsa_version }}-opus-${{ steps.versions.outputs.opus_version }}
|
||||
save-always: true
|
||||
- name: Setup development environment
|
||||
if: steps.cache-audio-deps.outputs.cache-hit != 'true'
|
||||
run: make dev_env
|
||||
|
|
Loading…
Reference in New Issue