mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
Fix: always save cache
This commit is contained in:
parent
4875c243d3
commit
de0077a351
1
.github/workflows/golangci-lint.yml
vendored
1
.github/workflows/golangci-lint.yml
vendored
@ -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
Block a user