mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-02-01 04:03:09 +00:00
Merge pull request #22 from logos-storage/fix/git-long-paths-error
fix: enable long path error on windows
This commit is contained in:
commit
d27de5ba32
7
.github/workflows/artifacts.yml
vendored
7
.github/workflows/artifacts.yml
vendored
@ -29,6 +29,13 @@ jobs:
|
||||
lib_ext: dll
|
||||
|
||||
steps:
|
||||
- name: Enable long paths (Windows)
|
||||
if: matrix.target.os == 'windows-latest'
|
||||
shell: powershell
|
||||
run: |
|
||||
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
|
||||
git config --system core.longpaths true
|
||||
|
||||
- name: Check out sources
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user