mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
新增docker ci并全面整理ci
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
cache: gradle
|
||||
|
||||
- name: 下载submodule源码
|
||||
run: git submodule update --init
|
||||
run: mv -f .gitmodules_github .gitmodules && git submodule sync && git submodule update --init
|
||||
|
||||
- name: 赋予gradlew文件可执行权限
|
||||
run: chmod +x ./Android/gradlew
|
||||
|
||||
Reference in New Issue
Block a user