mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-24 16:23:12 +00:00
tries to set long paths for git checkout
This commit is contained in:
parent
b1a632462f
commit
21ca5521e5
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user