未验证 提交 040115da 编写于 作者: K kezhenxu94 提交者: GitHub

Fix CI job `check-dependency-license` failure (#7601)

上级 1c0fc982
......@@ -64,7 +64,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-maven-ci-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- uses: actions/setup-java@v2
if: env.SKIP_CI != 'true'
......@@ -100,6 +100,13 @@ jobs:
with:
name: dist
path: dist
- name: Cache local Maven repository
if: env.SKIP_CI != 'true'
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-ci-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Check Dependencies Licenses
if: env.SKIP_CI != 'true'
run: tools/dependencies/check-LICENSE.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册