diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5e4fdc5..2b234514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,6 +67,8 @@ jobs: with: branch: swift-5.10-release tag: 5.10-RELEASE + - name: Set long paths + run: git config --system core.longpaths true - uses: actions/checkout@v4 - name: Build run: swift build -c ${{ matrix.config }}