Windows Ci: Ensure consistent EOL (#49377)

This commit is contained in:
John W. Parent 2025-03-10 21:06:02 -04:00 committed by GitHub
parent d037e658a4
commit f3257cea90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ ci:
- Write-Output "Done"
before_script::
- git config core.autocrlf true
- fsutil 8dot3name set C:\ 0
- . .\share\spack\setup-env.ps1
- If (Test-Path -path C:\\key\intermediate_ci_signing_key.gpg) { spack.ps1 gpg trust C:\\key\intermediate_ci_signing_key.gpg }