Skip to content

Commit

Permalink
修复CI报错,explorer和hub的demo同时编译
Browse files Browse the repository at this point in the history
Change-Id: Ia24e6a1feb3c27d824c1937c05757d2cf54cb04c
  • Loading branch information
SundoggyNew committed Apr 25, 2024
1 parent ea8a109 commit 9f343ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
./gradlew clean
./gradlew :explorer:device-android-demo:build
./gradlew :explorer:device-android-demo:build :hub:hub-android-demo:build
- name: Archive the apks
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
sed -i 's#//xxx##g' explorer/explorer-device-rtc/build.gradle
sed -i 's#//xxx##g' explorer/explorer-device-video/build.gradle
./gradlew clean
./gradlew :explorer:device-android-demo:build
./gradlew :explorer:device-android-demo:build :hub:hub-android-demo:build
# - name: Archive the apks
# uses: actions/upload-artifact@v2
# with:
Expand Down

0 comments on commit 9f343ae

Please sign in to comment.