Skip to content

Commit b137e28

Browse files
committed
添加查看maven依赖的日志输出
1 parent 8b848c0 commit b137e28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tencent_official.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
run: |
8282
export VIDEO_TAG=${{env.curr_tag}}
8383
bash .github/scripts/updateVideoSDKVersion.sh
84+
- name: Debug-->grep maven
85+
run: |
86+
grep -rn "maven" .
87+
grep -rn "flatDir" .
8488
8589
- name: Video-->Build Video with Gradle
8690
if: ${{contains(env.curr_tag, 'video')}}

0 commit comments

Comments
 (0)