From 94961c93ed8465e54fc2ec1fa3043cdeee8aa96d Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 15 Apr 2023 22:05:33 +0800 Subject: [PATCH] [*] without win --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9de428..5db4507 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,8 +95,8 @@ jobs: ls ./taoyao-client-android/taoyao/media/deps/libmediasoupclient cd ./taoyao-client-android/taoyao sh ./gradlew --no-daemon assembleRelease - - name: Build with Gradle - if: runner.os == 'windows' - run: | - cd ./taoyao-client-android/taoyao - ./gradlew.bat --no-daemon assembleRelease \ No newline at end of file +# - name: Build with Gradle +# if: runner.os == 'windows' +# run: | +# cd ./taoyao-client-android/taoyao +# ./gradlew.bat --no-daemon assembleRelease \ No newline at end of file