From 5d0c7484d0535ca9863fb2d8ea23604d453ea944 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 12 Jul 2024 09:56:04 -0700 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}