Skip to content

Commit 2715065

Browse files
authored
Merge pull request #181 from bastelfreak/8dotthree
CI: Enable Windows 8.3 filesystem compatibility
2 parents 2d4952c + 773ab2e commit 2715065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
chcp
7979
Get-WinSystemLocale
8080
Get-ChildItem Env: | % { Write-Output "$($_.Key): $($_.Value)" }
81+
# Enable Windows filesystem 8.3 support, see https://github.com/OpenVoxProject/openvox/pull/180
82+
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem /t REG_DWORD /v NtfsDisable8dot3NameCreation /d 0 /f
8183
# list current OpenSSL install
8284
gem list openssl
8385
ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'

0 commit comments

Comments
 (0)