This commit is contained in:
acgist
2023-04-15 22:03:05 +08:00
parent 4a222bac81
commit a7437d6b65

View File

@@ -67,7 +67,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- name: Git config longpaths
run: git config --system core.longpaths true
run: sudo git config --system core.longpaths true
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout WebRTC