[*] long filepath

This commit is contained in:
acgist
2023-04-15 22:02:08 +08:00
parent 6912c055d7
commit 4a222bac81

View File

@@ -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