Skip to content

Commit

Permalink
[CI] Enable long file paths for Windows CI (#2779)
Browse files Browse the repository at this point in the history
This PR enables the long file paths for Windows CI since the
FlashInfer kernel file paths may be longer than the Windows limit.
  • Loading branch information
MasterJH5574 authored Aug 8, 2024
1 parent 58564d8 commit 603b3ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
shell: 'cmd /C call {0}'

steps:
- name: Git config
run: >-
git config --system core.longpaths true
- uses: actions/checkout@v3
with:
submodules: 'recursive'
Expand Down

0 comments on commit 603b3ec

Please sign in to comment.