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.
2 parents 2d4952c + 773ab2e commit 2715065Copy full SHA for 2715065
.github/workflows/tests.yaml
@@ -78,6 +78,8 @@ jobs:
78
chcp
79
Get-WinSystemLocale
80
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
83
# list current OpenSSL install
84
gem list openssl
85
ruby -ropenssl -e 'puts "OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}"; puts "OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}"'
0 commit comments