fix cache
This commit is contained in:
2
.github/workflows/build-enjoy-app.yml
vendored
2
.github/workflows/build-enjoy-app.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
|
||||
with:
|
||||
path: "**/node_modules"
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
key: ${{ runner.os }}-{{ github.event.inputs.arch }}-${{ hashFiles('**/yarn.lock') }}
|
||||
|
||||
- name: Install dependencies
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user