mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add more keys to cargo caching
This commit is contained in:
parent
a9d723d786
commit
ee6ef6e179
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -86,6 +86,7 @@ jobs:
|
||||||
# The prefix cache key, this can be changed to start a new cache manually.
|
# The prefix cache key, this can be changed to start a new cache manually.
|
||||||
# default: "v0-rust"
|
# default: "v0-rust"
|
||||||
prefix-key: ${{ matrix.platform }}
|
prefix-key: ${{ matrix.platform }}
|
||||||
|
shared-key: ci
|
||||||
cache-targets: false
|
cache-targets: false
|
||||||
- name: install app dependencies
|
- name: install app dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -81,6 +81,7 @@ jobs:
|
||||||
# The prefix cache key, this can be changed to start a new cache manually.
|
# The prefix cache key, this can be changed to start a new cache manually.
|
||||||
# default: "v0-rust"
|
# default: "v0-rust"
|
||||||
prefix-key: ${{ matrix.platform }}
|
prefix-key: ${{ matrix.platform }}
|
||||||
|
shared-key: prod
|
||||||
cache-targets: false
|
cache-targets: false
|
||||||
- name: install dependencies (ubuntu only)
|
- name: install dependencies (ubuntu only)
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
|
|
Loading…
Reference in a new issue