mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
fix prefix
This commit is contained in:
parent
93617d836d
commit
3e994b116e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -157,7 +157,7 @@ jobs:
|
|||
with:
|
||||
# The prefix cache key, this can be changed to start a new cache manually.
|
||||
# default: "v0-rust"
|
||||
prefix-key: ${{ matrix.platform }}
|
||||
prefix-key: ${{ matrix.platform.os }}
|
||||
shared-key: ci
|
||||
cache-targets: false
|
||||
- name: install app dependencies
|
||||
|
|
Loading…
Reference in a new issue