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