Skip to content

Commit c3bd544

Browse files
committed
long paths
1 parent e7fa608 commit c3bd544

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
with:
9797
distribution: Ubuntu-24.04
9898
additional-packages: docker.io make python3-pip python3-venv
99+
- name: Allow long filenames in Windows
100+
if: runner.os == 'Windows'
101+
run: git config --system core.longpaths true
99102
- name: Install MBL
100103
uses: actions/checkout@v6
101104
with:

0 commit comments

Comments
 (0)