提交 8ff5c03d 作者: vben

ci: remove cache

上级 c69996d0
...@@ -26,20 +26,22 @@ jobs: ...@@ -26,20 +26,22 @@ jobs:
with: with:
node-version: '16.x' node-version: '16.x'
- name: Get yarn cache # - name: Get yarn cache
id: yarn-cache # id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)" # run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache dependencies # - name: Cache dependencies
uses: actions/cache@v2 # uses: actions/cache@v2
with: # with:
path: ${{ steps.yarn-cache.outputs.dir }} # path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-yarn- # ${{ runner.os }}-yarn-
- name: Build - name: Build
run: | run: |
yarn cache clean
rm -rf ./node_modules yarn.lock
yarn install yarn install
yarn run build yarn run build
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论