[*] long filepath
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user