更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
2bbebeba34
commit
203cdc3d4d
@ -53,7 +53,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
|
||||
key: ${{ runner.os }}-yarn-${{ needs.setup.get-hash.outputs.hash }}
|
||||
|
||||
- name: Dependent installation
|
||||
run: yarn install
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
|
||||
key: ${{ runner.os }}-yarn-${{ needs.setup.get-hash.outputs.hash }}
|
||||
|
||||
- name: Dependent installation
|
||||
run: yarn install
|
||||
|
Loading…
x
Reference in New Issue
Block a user