From 4a222bac814aabc3ea22d15f88d6ece3847987ed Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 15 Apr 2023 22:02:08 +0800 Subject: [PATCH] [*] long filepath --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba17d79..086453e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,8 @@ jobs: runs-on: [ macos-latest, ubuntu-latest, windows-latest ] runs-on: ${{ matrix.runs-on }} steps: + - name: Git config longpaths + run: git config --system core.longpaths true - name: Checkout repository uses: actions/checkout@v3 - name: Checkout WebRTC @@ -96,6 +98,5 @@ jobs: - name: Build with Gradle if: runner.os == 'windows' run: | - git config –global core.longpaths true cd ./taoyao-client-android/taoyao ./gradlew.bat --no-daemon assembleRelease \ No newline at end of file