Skip to content

Commit

Permalink
fix dependencies check
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Jan 6, 2025
1 parent c1d9ef6 commit c86deeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Check Dependencies Licenses
run: |
mkdir -p ./dist-material/
cp -r ./licenses ./dist-material/
cp ./licenses/LICENSE.tpl ./dist-material/LICENSE.tpl
go install github.com/apache/skywalking-eyes/cmd/license-eye@47febf5
license-eye dependency resolve --summary ./dist-material/LICENSE.tpl || exit 1
if [ -f "./dist-material/LICENSE)" ]; then
Expand Down

0 comments on commit c86deeb

Please sign in to comment.