Skip to content

Commit 9f343ae

Browse files
committed
修复CI报错,explorer和hub的demo同时编译
Change-Id: Ia24e6a1feb3c27d824c1937c05757d2cf54cb04c
1 parent ea8a109 commit 9f343ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
9494
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
9595
./gradlew clean
96-
./gradlew :explorer:device-android-demo:build
96+
./gradlew :explorer:device-android-demo:build :hub:hub-android-demo:build
9797
- name: Archive the apks
9898
uses: actions/upload-artifact@v2
9999
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
9797
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
9898
./gradlew clean
99-
./gradlew :explorer:device-android-demo:build
99+
./gradlew :explorer:device-android-demo:build :hub:hub-android-demo:build
100100
# - name: Archive the apks
101101
# uses: actions/upload-artifact@v2
102102
# with:

0 commit comments

Comments
 (0)