tries to set long paths for git checkout

This commit is contained in:
ThatBen 2025-03-26 13:13:29 +01:00
parent b1a632462f
commit 21ca5521e5
No known key found for this signature in database
GPG Key ID: E020A7DDCD52E1AB

View File

@ -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