fix prefix

This commit is contained in:
neil 2022-12-27 07:48:51 +08:00
parent 93617d836d
commit 3e994b116e

View file

@ -157,7 +157,7 @@ jobs:
with: with:
# 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.os }}
shared-key: ci shared-key: ci
cache-targets: false cache-targets: false
- name: install app dependencies - name: install app dependencies