We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59737 commit 0783e2bCopy full SHA for 0783e2b
.github/workflows/windows-build.yml
@@ -27,6 +27,9 @@ jobs:
27
sed -i -e '/^$/d' .github/config.env
28
cat .github/config.env >> "${GITHUB_ENV}"
29
shell: bash
30
+ - name: Enable long paths
31
+ run: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
32
+ shell: pwsh
33
- name: Get version
34
run: |
35
version=$(LC_ALL=en_US.utf8 grep -oP 'project\([^)]*\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt)
0 commit comments