From 21ca5521e5170979ee7610e0eb0deda00b401507 Mon Sep 17 00:00:00 2001 From: ThatBen Date: Wed, 26 Mar 2025 13:13:29 +0100 Subject: [PATCH] tries to set long paths for git checkout --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5c4774..c6671c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,10 @@ jobs: with: version: ${{ matrix.nim }} + - name: Enable git long paths + run: | + git config --system core.longpaths true + - name: Update nimble run: | nimble install nimble